Class PKITrustManagerFactory


  • public class PKITrustManagerFactory
    extends TrustManagerFactorySpi
    This factory creates trust managers which support the Globus SSL library.
    Since:
    1.0
    Version:
    ${version}
    • Constructor Detail

      • PKITrustManagerFactory

        public PKITrustManagerFactory()
    • Method Detail

      • engineInit

        protected void engineInit​(ManagerFactoryParameters managerFactoryParameters)
                           throws InvalidAlgorithmParameterException
        Initializes this factory with a source of provider-specific key material. In some cases, initialization parameters other than a keystore may be needed by a provider. Users of that particular provider are expected to pass an implementation of the appropriate ManagerFactoryParameters as defined by the provider. The provider can then call the specified methods in the ManagerFactoryParameters implementation to obtain the needed information.

        This implementation requires X509ProxyCertPathParameters.

        Specified by:
        engineInit in class TrustManagerFactorySpi
        Parameters:
        managerFactoryParameters - The X509ProxyCertPathParameters which are used to create TrustManagers.
        Throws:
        InvalidAlgorithmParameterException - If the Parameters are invalid