Package org.bouncycastle.est
Interface Source<T>
- Type Parameters:
T
- Is the type of session that is returned. Eg For JSSE would be SSLSession.
public interface Source<T>
Used to Wrap a socket and to provide access to the underlying session.
-
Method Summary
-
Method Details
-
getInputStream
- Throws:
IOException
-
getOutputStream
- Throws:
IOException
-
getSession
T getSession() -
close
- Throws:
IOException
-