Package | Description |
---|---|
org.bouncycastle.tsp |
Modifier and Type | Method and Description |
---|---|
static java.util.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.
|