Bouncy Castle Cryptography Library 1.46

org.bouncycastle.tsp.cms
Class ImprintDigestInvalidException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.bouncycastle.tsp.cms.ImprintDigestInvalidException
All Implemented Interfaces:
java.io.Serializable

public class ImprintDigestInvalidException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
ImprintDigestInvalidException(java.lang.String message, TimeStampToken token)
           
 
Method Summary
 TimeStampToken getTimeStampToken()
           
 
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

ImprintDigestInvalidException

public ImprintDigestInvalidException(java.lang.String message,
                                     TimeStampToken token)
Method Detail

getTimeStampToken

public TimeStampToken getTimeStampToken()

Bouncy Castle Cryptography Library 1.46