Package | Description |
---|---|
org.bouncycastle.tsp |
Classes for dealing Time Stamp Protocol (TSP) - RFC 3161.
|
Modifier and Type | Method and 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.
|
Copyright © 2018 BouncyCastle.org. All rights reserved.