|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
issrg.utils.EmbeddedException
issrg.pba.PbaException
issrg.pba.rbac.x509.SignatureVerificationFailedException
This class extends PbaException and is thrown when signature verification on a X.509 AC fails. The exception can be queried to extract the contents of the decoded AC.
Constructor Summary | |
SignatureVerificationFailedException(java.lang.Exception e,
ParsedToken p,
java.lang.Object t)
This method constructs the exception given the cause of signature verification failure, the ParsedToken and the Authorisation Token before it had been parsed. |
Method Summary | |
ParsedToken |
getParsedToken()
This method returns the ParsedToken |
java.lang.Object |
getToken()
This method returns the Authorisation Token before parsing |
Methods inherited from class issrg.utils.EmbeddedException |
getEmbedded, printStackTrace, printStackTrace, printStackTrace |
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public SignatureVerificationFailedException(java.lang.Exception e, ParsedToken p, java.lang.Object t)
e
- - the Exception thrown that caused signature verification failurep
- - the ParsedTokent
- - the Authorisation Token that p representsMethod Detail |
public ParsedToken getParsedToken()
public java.lang.Object getToken()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |