Package javax.net.ssl

Class CertPathTrustManagerParameters

java.lang.Object
javax.net.ssl.CertPathTrustManagerParameters
All Implemented Interfaces:
ManagerFactoryParameters

public class CertPathTrustManagerParameters
extends Object
implements ManagerFactoryParameters
Certification path parameters to provide to certification path based TrustManager.
Since:
1.5
  • Constructor Details

    • CertPathTrustManagerParameters

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

    • getParameters

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