public class OpendsCertificateException extends CertificateException
| Constructor and Description |
|---|
OpendsCertificateException(String msg,
X509Certificate[] chain)
Build a new OpendsCertificationException object.
|
OpendsCertificateException(X509Certificate[] chain)
Build a new OpendsCertificationException object.
|
OpendsCertificateException(X509Certificate[] chain,
CertificateException cause)
Build a new OpendsCertificationException object.
|
| Modifier and Type | Method and Description |
|---|---|
X509Certificate[] |
getChain()
Return the certificate chain which is unknown and has caused
the SSL handcheck failure.
|
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toStringpublic OpendsCertificateException(X509Certificate[] chain)
chain - the certificate chain which is unknown and has caused
the SSL handcheck failure.public OpendsCertificateException(String msg, X509Certificate[] chain)
msg - the detail message string of this exception.chain - the certificate chain which is unknown and has caused
the SSL handcheck failure.public OpendsCertificateException(X509Certificate[] chain, CertificateException cause)
chain - the certificate chain which is unknown and has caused
the SSL handcheck failure.cause - the causepublic X509Certificate[] getChain()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.