T
- Is the type of session that is returned. Eg For JSSE would be SSLSession.public interface Source<T>
Modifier and Type | Method and Description |
---|---|
void |
close() |
InputStream |
getInputStream() |
OutputStream |
getOutputStream() |
T |
getSession() |
InputStream getInputStream() throws IOException
IOException
OutputStream getOutputStream() throws IOException
IOException
T getSession()
void close() throws IOException
IOException
Copyright © 2020 BouncyCastle.org. All rights reserved.