Package org.conscrypt

Class TrustManagerFactoryImpl


  • @Internal
    public class TrustManagerFactoryImpl
    extends javax.net.ssl.TrustManagerFactorySpi
    TrustManagerFactory service provider interface implementation.
    See Also:
    TrustManagerFactorySpi
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.security.KeyStore keyStore  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      javax.net.ssl.TrustManager[] engineGetTrustManagers()  
      void engineInit​(java.security.KeyStore ks)  
      void engineInit​(javax.net.ssl.ManagerFactoryParameters spec)  
      • Methods inherited from class java.lang.Object

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

      • keyStore

        private java.security.KeyStore keyStore
    • Constructor Detail

      • TrustManagerFactoryImpl

        public TrustManagerFactoryImpl()
    • Method Detail

      • engineInit

        public void engineInit​(java.security.KeyStore ks)
                        throws java.security.KeyStoreException
        Specified by:
        engineInit in class javax.net.ssl.TrustManagerFactorySpi
        Throws:
        java.security.KeyStoreException
        See Also:
        TrustManagerFactorySpi.engineInit(KeyStore)
      • engineInit

        public void engineInit​(javax.net.ssl.ManagerFactoryParameters spec)
                        throws java.security.InvalidAlgorithmParameterException
        Specified by:
        engineInit in class javax.net.ssl.TrustManagerFactorySpi
        Throws:
        java.security.InvalidAlgorithmParameterException
        See Also:
        javax.net.ssl#engineInit(ManagerFactoryParameters)
      • engineGetTrustManagers

        public javax.net.ssl.TrustManager[] engineGetTrustManagers()
        Specified by:
        engineGetTrustManagers in class javax.net.ssl.TrustManagerFactorySpi
        See Also:
        javax.net.ssl#engineGetTrustManagers()