|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.lang.Throwable
java.lang.Exception
java.security.GeneralSecurityException
java.security.cert.CertificateException
netapp.manage.NaCertificateException
Indicates some kind of error detected during verifying the remote certificate chain. This class is used for internal purpose.
| Constructor Summary | |
NaCertificateException(java.security.cert.X509Certificate[] chain,
java.lang.String reason)
Constructs a new NaCertificateException with
the specified remote certificate chain and the
reason message for verification failure. |
|
| Method Summary | |
java.security.cert.X509Certificate[] |
getCertificateChain()
Returns the chain of certificates that is sent by the peer. |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public NaCertificateException(java.security.cert.X509Certificate[] chain,
java.lang.String reason)
NaCertificateException with
the specified remote certificate chain and the
reason message for verification failure.
chain - the remote certificate chain.reason - the reason message.| Method Detail |
public java.security.cert.X509Certificate[] getCertificateChain()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||