Uses of Class
org.bouncycastle.tsp.TSPValidationException
-
Packages that use TSPValidationException Package Description org.bouncycastle.tsp Classes for dealing Time Stamp Protocol (TSP) - RFC 3161. -
-
Uses of TSPValidationException in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp that throw TSPValidationException Modifier and Type Method Description static Collection
TSPUtil. getSignatureTimestamps(SignerInformation signerInfo, DigestCalculatorProvider digCalcProvider)
Fetches the signature time-stamp attributes from a SignerInformation object.void
TimeStampToken. validate(SignerInformationVerifier sigVerifier)
Validate the time stamp token.static void
TSPUtil. validateCertificate(X509CertificateHolder cert)
Validate the passed in certificate as being of the correct type to be used for time stamping.
-