| |
|
| java.lang.Object org.apache.harmony.xnet.provider.jsse.SSLSessionImpl
NULL_SESSION | final public static SSLSessionImpl NULL_SESSION(Code) | | Session object reporting an invalid cipher suite of
"SSL_NULL_WITH_NULL_NULL"
|
clientRandom | byte[] clientRandom(Code) | | clientRandom
|
id | byte[] id(Code) | | ID of the session
|
isServer | boolean isServer(Code) | | True if this entity is considered the server
|
lastAccessedTime | long lastAccessedTime(Code) | | Last time the session was accessed
|
master_secret | byte[] master_secret(Code) | | Master secret
|
peerPort | int peerPort(Code) | | Peer port number
|
serverRandom | byte[] serverRandom(Code) | | serverRandom
|
SSLSessionImpl | public SSLSessionImpl(CipherSuite cipher_suite, SecureRandom sr)(Code) | | Creates SSLSession implementation
Parameters: cipher_suite - Parameters: sr - |
SSLSessionImpl | public SSLSessionImpl(SecureRandom sr)(Code) | | Creates SSLSession implementation
Parameters: sr - |
getApplicationBufferSize | public int getApplicationBufferSize()(Code) | | See Also: javax.net.ssl.SSLSession.getApplicationBufferSize() |
getCipherSuite | public String getCipherSuite()(Code) | | See Also: javax.net.ssl.SSLSession.getCipherSuite() |
getCreationTime | public long getCreationTime()(Code) | | See Also: javax.net.ssl.SSLSession.getCreationTime() |
getId | public byte[] getId()(Code) | | See Also: javax.net.ssl.SSLSession.getId() |
getLastAccessedTime | public long getLastAccessedTime()(Code) | | See Also: javax.net.ssl.SSLSession.getLastAccessedTime() |
getLocalCertificates | public Certificate[] getLocalCertificates()(Code) | | See Also: javax.net.ssl.SSLSession.getLocalCertificates() |
getLocalPrincipal | public Principal getLocalPrincipal()(Code) | | See Also: javax.net.ssl.SSLSession.getLocalPrincipal() |
getPacketBufferSize | public int getPacketBufferSize()(Code) | | See Also: javax.net.ssl.SSLSession.getPacketBufferSize() |
getPeerHost | public String getPeerHost()(Code) | | See Also: javax.net.ssl.SSLSession.getPeerHost() |
getPeerPort | public int getPeerPort()(Code) | | See Also: javax.net.ssl.SSLSession.getPeerPort() |
getProtocol | public String getProtocol()(Code) | | See Also: javax.net.ssl.SSLSession.getProtocol() |
getSessionContext | public SSLSessionContext getSessionContext()(Code) | | See Also: javax.net.ssl.SSLSession.getSessionContext() |
getValue | public Object getValue(String name)(Code) | | See Also: javax.net.ssl.SSLSession.getValue(String name) |
getValueNames | public String[] getValueNames()(Code) | | See Also: javax.net.ssl.SSLSession.getValueNames() |
invalidate | public void invalidate()(Code) | | See Also: javax.net.ssl.SSLSession.invalidate() |
isValid | public boolean isValid()(Code) | | See Also: javax.net.ssl.SSLSession.isValid() |
putValue | public void putValue(String name, Object value)(Code) | | See Also: javax.net.ssl.SSLSession.putValue(String name, Object value) |
removeValue | public void removeValue(String name)(Code) | | See Also: javax.net.ssl.SSLSession.removeValue(String name) |
setPeer | void setPeer(String peerHost, int peerPort)(Code) | | Sets the address of the peer
Parameters: peerHost - Parameters: peerPort - |
|
|
|