java.security.cert.CertPathParameters |
Known Indirect Subclasses
PKIXBuilderParameters |
The parameter specification for a PKIX CertPathBuilder
algorithm used to build
certificate chains validated with the PKIX certification path validation. |
PKIXParameters |
This class implements the parameters for the PKIX CertPathValidator . |
|
Class Overview
The interface specification for certification path algorithm parameters.
This interface is for grouping purposes of CertPath
parameter
implementations.
Summary
Public Methods |
abstract
Object
|
clone()
Clones this CertPathParameters instance.
|
Public Methods
public
abstract
Object
clone
()
Clones this CertPathParameters
instance.