Class SerializableX509Credential

  • All Implemented Interfaces:
    java.io.Serializable

    public class SerializableX509Credential
    extends java.lang.Object
    implements java.io.Serializable
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      SerializableX509Credential​(java.security.cert.X509Certificate[] certChain, java.security.PrivateKey privateKey)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.security.cert.X509Certificate[] getCertChain()  
      java.security.PrivateKey getPrivateKey()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SerializableX509Credential

        public SerializableX509Credential​(java.security.cert.X509Certificate[] certChain,
                                          java.security.PrivateKey privateKey)
    • Method Detail

      • getCertChain

        public java.security.cert.X509Certificate[] getCertChain()
      • getPrivateKey

        public java.security.PrivateKey getPrivateKey()