MCPcopy Index your code
hub / github.com/bcgit/bc-java / Source

Interface Source

pkix/src/main/java/org/bouncycastle/est/Source.java:12–25  ·  view source on GitHub ↗

Used to Wrap a socket and to provide access to the underlying session. @param Is the type of session that is returned. Eg For JSSE would be SSLSession.

Source from the content-addressed store, hash-verified

10 * @param <T> Is the type of session that is returned. Eg For JSSE would be SSLSession.
11 */
12public interface Source<T>
13{
14 InputStream getInputStream()
15 throws IOException;
16
17 OutputStream getOutputStream()
18 throws IOException;
19
20 T getSession();
21
22 void close()
23 throws IOException;
24
25}

Callers 29

runMethod · 0.65
getContentMethod · 0.65
getContentMethod · 0.65
decryptMethod · 0.65
dumpContentMethod · 0.65
runMethod · 0.65
runInContextMethod · 0.65
performRequestMethod · 0.95
runMethod · 0.65
verifyMessageMethod · 0.65

Implementers 6

TestCACertsFetchtest/src/test/java/org/bouncycastle/te
ProvSSLSocketDirecttls/src/main/java/org/bouncycastle/jss
ProvSSLSocketWraptls/src/main/java/org/bouncycastle/jss
ESTClientRedirectTestpkix/src/test/java/org/bouncycastle/es
ESTResponseTestpkix/src/test/java/org/bouncycastle/es
LimitedSSLSocketSourcepkix/src/main/java/org/bouncycastle/es

Calls

no outgoing calls

Tested by

no test coverage detected