Class KeyManagerFactoryWrapper

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.net.ssl.KeyManager[] engineGetKeyManagers()
      Returns one key manager for each type of key material.
      protected void engineInit​(java.security.KeyStore keyStore, char[] var2)
      Initializes this factory with a source of certificate authorities and related key material.
      protected void engineInit​(javax.net.ssl.ManagerFactoryParameters managerFactoryParameters)
      Initializes this factory with a source of provider-specific key material.
      • Methods inherited from class javax.net.ssl.KeyManagerFactory

        getAlgorithm, getDefaultAlgorithm, getInstance, getInstance, getInstance, getKeyManagers, getProvider, init, init
      • Methods inherited from class java.lang.Object

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

      • KeyManagerFactoryWrapper

        public KeyManagerFactoryWrapper​(javax.net.ssl.KeyManager km)
    • Method Detail

      • engineInit

        protected void engineInit​(java.security.KeyStore keyStore,
                                  char[] var2)
                           throws java.lang.Exception
        Description copied from class: SimpleKeyManagerFactory
        Initializes this factory with a source of certificate authorities and related key material.
        Specified by:
        engineInit in class SimpleKeyManagerFactory
        Throws:
        java.lang.Exception
        See Also:
        KeyManagerFactorySpi.engineInit(KeyStore, char[])
      • engineInit

        protected void engineInit​(javax.net.ssl.ManagerFactoryParameters managerFactoryParameters)
                           throws java.lang.Exception
        Description copied from class: SimpleKeyManagerFactory
        Initializes this factory with a source of provider-specific key material.
        Specified by:
        engineInit in class SimpleKeyManagerFactory
        Throws:
        java.lang.Exception
        See Also:
        KeyManagerFactorySpi.engineInit(ManagerFactoryParameters)