java.lang.Cloneable, java.security.cert.CertPathBuilderResultpublic class WLSCertPathBuilderResult
extends java.lang.Object
implements java.security.cert.CertPathBuilderResult
For more information, see the sections that describe certification paths in "Developing Security Providers for WebLogic Server."
CertPathBuilderParameters, 
CertPathBuilder| Modifier and Type | Method | Description | 
|---|---|---|
| java.lang.Object | clone() | This class is not cloneable. | 
| java.security.cert.CertPath | getCertPath() | Return the built and validated certification path. | 
public java.security.cert.CertPath getCertPath()
getCertPath in interface java.security.cert.CertPathBuilderResultpublic java.lang.Object clone()
clone in interface java.security.cert.CertPathBuilderResultclone in class java.lang.Objectjava.lang.UnsupportedOperationException - when called.