java.lang.Cloneable
, java.security.cert.CertPathParameters
public final class CertPathValidatorParameters
extends java.lang.Object
implements java.security.cert.CertPathParameters
Pass an instance of CertPathValidatorParameters as the CertPathParameters object to the JDK's CertPathValidator.validate() method.
For more information, see the sections that describe certification paths in "Programming WebLogic Security."
CertPathValidator
Modifier and Type | Method | Description |
---|---|---|
java.lang.Object |
clone() |
This class is not cloneable.
|