java.security.cert
Interface CertPathParameters
All Superinterfaces:
All known implementing classes:
- public interface CertPathParameters
- extends Cloneable
CertPath
parameter specifications. All
CertPath
parameter specifications must implement this
interface.
Since:
1.4
Method Summary
Modifier and Type | Method and Description |
---|---|
clone()
Makes a copy of this
CertPathParameters .
|
Method Detail
clone
- Object clone()
Returns:
a copy of this
CertPathParameters
CertPathParameters
. Changes to the copy will not affect the original and vice versa.