com.caucho.vfs
Class SelfSignedCert
java.lang.Object
com.caucho.vfs.SelfSignedCert
- All Implemented Interfaces:
- java.io.Serializable
public class SelfSignedCert
- extends java.lang.Object
- implements java.io.Serializable
Abstract socket to handle both normal sockets and bin/resin sockets.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
create
public static SelfSignedCert create(java.lang.String name,
java.lang.String[] cipherSuites)
getPrivateKey
public java.security.PrivateKey getPrivateKey()
getCertificateChain
public java.security.cert.X509Certificate[] getCertificateChain()
getKeyManagers
public javax.net.ssl.KeyManager[] getKeyManagers()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object