|
||||||||||
| 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.io.IOException
javax.net.ssl.SSLException
javax.net.ssl.SSLHandshakeException
netapp.manage.NaSSLException
Indicates some kind of error detected during SSL handshake. This exception will be thrown when there is a problem in verifying the remote certificate chain.
| Constructor Summary | |
NaSSLException(java.security.cert.X509Certificate[] chain,
java.lang.String reason)
Constructs a new NaSSLException 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 NaSSLException(java.security.cert.X509Certificate[] chain,
java.lang.String reason)
NaSSLException 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 | |||||||||