Class WolfSSLKeyManager


  • public class WolfSSLKeyManager
    extends javax.net.ssl.KeyManagerFactorySpi
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected javax.net.ssl.KeyManager[] engineGetKeyManagers()  
      protected void engineInit​(java.security.KeyStore store, char[] password)  
      protected void engineInit​(javax.net.ssl.ManagerFactoryParameters arg0)  
      • Methods inherited from class java.lang.Object

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

      • WolfSSLKeyManager

        public WolfSSLKeyManager()
    • Method Detail

      • engineInit

        protected void engineInit​(java.security.KeyStore store,
                                  char[] password)
                           throws java.security.KeyStoreException,
                                  java.security.NoSuchAlgorithmException,
                                  java.security.UnrecoverableKeyException
        Specified by:
        engineInit in class javax.net.ssl.KeyManagerFactorySpi
        Throws:
        java.security.KeyStoreException
        java.security.NoSuchAlgorithmException
        java.security.UnrecoverableKeyException
      • engineInit

        protected void engineInit​(javax.net.ssl.ManagerFactoryParameters arg0)
                           throws java.security.InvalidAlgorithmParameterException
        Specified by:
        engineInit in class javax.net.ssl.KeyManagerFactorySpi
        Throws:
        java.security.InvalidAlgorithmParameterException
      • engineGetKeyManagers

        protected javax.net.ssl.KeyManager[] engineGetKeyManagers()
        Specified by:
        engineGetKeyManagers in class javax.net.ssl.KeyManagerFactorySpi