CertPathTrustManagerParameters
Class CertPathTrustManagerParameters
- java.lang.Object
-
- javax.net.ssl.CertPathTrustManagerParameters
- All Implemented Interfaces:
- ManagerFactoryParameters
public class CertPathTrustManagerParameters extends Object implements ManagerFactoryParameters
A wrapper for CertPathParameters. This class is used to pass validation settings to CertPath based TrustManager
s using the TrustManagerFactory.init()
method.
Instances of this class are immutable.
- Since:
- 1.5
- See Also:
- 登录查看完整内容