Package java.security.cert
Interface CertPathBuilderResult
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
PKIXCertPathBuilderResult
public interface CertPathBuilderResult extends Cloneable
The interface for results generated by
CertPathBuilder.build(CertPathParameters).-
Method Summary
Modifier and Type Method Description Objectclone()Clones thisCertPathBuilderResultinstance.CertPathgetCertPath()Returns the builtCertPathinstance.
-
Method Details
-
clone
Object clone()Clones thisCertPathBuilderResultinstance.- Returns:
- the copy of this instance.
-
getCertPath
CertPath getCertPath()Returns the builtCertPathinstance. Never returnsnull.- Returns:
- the built certificate path instance.
-