Package javax.net.ssl

Class CertPathTrustManagerParameters

    • Constructor Detail

      • CertPathTrustManagerParameters

        public CertPathTrustManagerParameters​(CertPathParameters parameters)
        Creates a new CertPathTrustManagerParameters with the specified certification path parameters.
        Parameters:
        parameters - the certification path parameters.
    • Method Detail

      • getParameters

        public CertPathParameters getParameters()
        Returns a copy of the certification path parameters.
        Returns:
        a copy of the certification path parameters.