Bouncy Castle Cryptography Library 1.79

org.bouncycastle.tsp.ers
Class ArchiveTimeStampValidationException

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

public class ArchiveTimeStampValidationException
extends ERSException

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

See Also:
RFC4998, Serialized Form

Constructor Summary
ArchiveTimeStampValidationException(java.lang.String message)
           
 
Methods inherited from class org.bouncycastle.tsp.ers.ERSException
getCause
 
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.79