- See Also:
- Top Examples, Source Code
int getApplicationBufferSize()
- See Also:
SSLEngine.unwrap(ByteBuffer, ByteBuffer)
, SSLEngine.wrap(ByteBuffer, ByteBuffer)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getCipherSuite()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
long getCreationTime()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
byte[] getId()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
long getLastAccessedTime()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Certificate[] getLocalCertificates()
- See Also:
getLocalPrincipal()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Principal getLocalPrincipal()
- See Also:
getPeerPrincipal()
, getLocalCertificates()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getPacketBufferSize()
- See Also:
SSLEngine.unwrap(ByteBuffer, ByteBuffer)
, SSLEngine.wrap(ByteBuffer, ByteBuffer)
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
X509Certificate[] getPeerCertificateChain()
throws SSLPeerUnverifiedException
- See Also:
getPeerPrincipal()
, getPeerCertificates()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Certificate[] getPeerCertificates()
throws SSLPeerUnverifiedException
- See Also:
getPeerPrincipal()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getPeerHost()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
int getPeerPort()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Principal getPeerPrincipal()
throws SSLPeerUnverifiedException
- See Also:
getLocalPrincipal()
, getPeerCertificates()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String getProtocol()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
SSLSessionContext getSessionContext()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
Object getValue(String name)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
String[] getValueNames()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void invalidate()
- See Also:
isValid()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
boolean isValid()
- See Also:
invalidate()
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void putValue(String name,
Object value)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples
void removeValue(String name)
- See Also:
- IllegalArgumentException
- Geek's Notes:
- Description Add your codes or notes Search More Java Examples