Package | Description |
---|---|
old.org.bouncycastle.tsp |
Modifier and Type | Method and Description |
---|---|
static Collection |
TSPUtil.getSignatureTimestamps(SignerInformation signerInfo,
DigestCalculatorProvider digCalcProvider)
Fetches the signature time-stamp attributes from a SignerInformation object.
|
static Collection |
TSPUtil.getSignatureTimestamps(SignerInformation signerInfo,
Provider provider)
Deprecated.
use getSignatureTimestamps(SignerInformation, DigestCalculatorProvider)
|
void |
TimeStampToken.validate(SignerInformationVerifier sigVerifier)
Validate the time stamp token.
|
void |
TimeStampToken.validate(X509Certificate cert,
String provider)
Deprecated.
|
static void |
TSPUtil.validateCertificate(X509Certificate cert)
Validate the passed in certificate as being of the correct type to be used
for time stamping.
|
static void |
TSPUtil.validateCertificate(X509CertificateHolder cert)
Validate the passed in certificate as being of the correct type to be used
for time stamping.
|
Copyright © 2015. All rights reserved.