|
|||||||||
| 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 CertPathBuilderResult

- All Superinterfaces:
- java.lang.Cloneable
- All Known Implementing Classes:
- PKIXCertPathBuilderResult
- public interface CertPathBuilderResult
- extends java.lang.Cloneable
A standard interface for the result of building a certificate path. All implementations of this class must provide a way to get the certificate path, but may also define additional methods for returning other result data generated by the certificate path builder.
| Method Summary | |
java.lang.Object |
clone()
Creates a copy of this builder result. |
CertPath |
getCertPath()
Get the certificate path that was built. |
| Method Detail |
clone
public java.lang.Object clone()
- Creates a copy of this builder result.
getCertPath
public CertPath getCertPath()
- Get the certificate path that was built.
|
|||||||||
| Home >> All >> java >> security >> [ cert overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC