Class KeyStoreCertificateSource

    • Constructor Summary

      Constructors 
      Constructor Description
      KeyStoreCertificateSource​(java.security.KeyStore keyStore, java.lang.String privateKeyAlias, java.lang.String keyStorePassword)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      CertificateAndKey load()
      Loads a certificate and its corresponding private key.
      • Methods inherited from class java.lang.Object

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

      • KeyStoreCertificateSource

        public KeyStoreCertificateSource​(java.security.KeyStore keyStore,
                                         java.lang.String privateKeyAlias,
                                         java.lang.String keyStorePassword)
    • Method Detail