|
|||||||||
| Home >> All >> java >> security >> [ cert overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.security.cert
Interface CertPathParameters

- All Superinterfaces:
- java.lang.Cloneable
- All Known Implementing Classes:
- PKIXParameters
- public interface CertPathParameters
- extends java.lang.Cloneable
Parameters for generating and validating certificate paths. This class does not define any methods (except a required cloneable interface) and is provided only to provide type safety for implementations. Concrete implementations implement this interface in accord with thier own needs.
| Method Summary | |
java.lang.Object |
clone()
Makes a copy of this CertPathParameters instance. |
| Method Detail |
clone
public java.lang.Object clone()
- Makes a copy of this CertPathParameters instance.
|
|||||||||
| Home >> All >> java >> security >> [ cert overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC