Bouncy Castle Cryptography Library 1.65

org.bouncycastle.tsp
Class ArchiveTimeStampValidationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.bouncycastle.tsp.ArchiveTimeStampValidationException
All Implemented Interfaces:
java.io.Serializable

public class ArchiveTimeStampValidationException
extends java.lang.Exception

Exception thrown if an Archive TimeStamp according to RFC4998 fails to containsHashValue.

{@see RFC4998}

See Also:
Serialized Form

Constructor Summary
ArchiveTimeStampValidationException(java.lang.String message)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ArchiveTimeStampValidationException

public ArchiveTimeStampValidationException(java.lang.String message)

Bouncy Castle Cryptography Library 1.65