|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object jsdsi.CertPathValidatorResult
The result of a call to the cert path validator: returns true to isOk() if successful; otherwise getCause() returns the cause of the failure.
CertPathValidator
Constructor Summary | |
CertPathValidatorResult(java.security.GeneralSecurityException e)
Creates a new CertPathValidatorResult from a given
GeneralSecurityException . |
Method Summary | |
java.lang.Object |
clone()
|
java.security.GeneralSecurityException |
getCause()
Returns the exception that has been used creating this CertPathValidatorResult . |
boolean |
isOk()
Checks if the no exception has been used creating this CertPathValidatorResult . |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public CertPathValidatorResult(java.security.GeneralSecurityException e)
CertPathValidatorResult
from a given
GeneralSecurityException
.
e
- GeneralSecurityException
to create the object
from.Method Detail |
public boolean isOk()
CertPathValidatorResult
.
true
if the exception that has been used for
creating this CertPathValidatorResult
was
null
, returns false
otherwise.public java.security.GeneralSecurityException getCause()
CertPathValidatorResult
.
GeneralSecurityException
that has been used for
creating this CertPathValidatorResult
.public java.lang.Object clone()
clone
in interface java.security.cert.CertPathValidatorResult
Object.clone()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |