Package 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:
Serializable
public class ArchiveTimeStampValidationException extends ERSException
Exception thrown if an Archive TimeStamp according to RFC4998 fails to containsHashValue.{@see RFC4998}
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ArchiveTimeStampValidationException(String message)
-
Method Summary
-
Methods inherited from class org.bouncycastle.tsp.ers.ERSException
getCause
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
ArchiveTimeStampValidationException
public ArchiveTimeStampValidationException(String message)
-
-