Methods Summary |
---|
public int | getApplicationBufferSize()
throw new UnsupportedOperationException();
|
public java.lang.String | getCipherSuite()
throw new UnsupportedOperationException();
|
public long | getCreationTime()
throw new UnsupportedOperationException();
|
public byte[] | getId()
return host.getBytes();
|
public long | getLastAccessedTime()
throw new UnsupportedOperationException();
|
public java.security.cert.Certificate[] | getLocalCertificates()
throw new UnsupportedOperationException();
|
public java.security.Principal | getLocalPrincipal()
throw new UnsupportedOperationException();
|
public int | getPacketBufferSize()
throw new UnsupportedOperationException();
|
public javax.security.cert.X509Certificate[] | getPeerCertificateChain()
throw new UnsupportedOperationException();
|
public java.security.cert.Certificate[] | getPeerCertificates()
throw new UnsupportedOperationException();
|
public java.lang.String | getPeerHost()
return host;
|
public int | getPeerPort()
return 443;
|
public java.security.Principal | getPeerPrincipal()
throw new UnsupportedOperationException();
|
public java.lang.String | getProtocol()
throw new UnsupportedOperationException();
|
public javax.net.ssl.SSLSessionContext | getSessionContext()
throw new UnsupportedOperationException();
|
public java.lang.Object | getValue(java.lang.String name)
throw new UnsupportedOperationException();
|
public java.lang.String[] | getValueNames()
throw new UnsupportedOperationException();
|
public void | invalidate()
throw new UnsupportedOperationException();
|
public boolean | isValid()
throw new UnsupportedOperationException();
|
public void | putValue(java.lang.String name, java.lang.Object value)
throw new UnsupportedOperationException();
|
public void | removeValue(java.lang.String name)
throw new UnsupportedOperationException();
|