| Modifier and Type | Method and Description |
|---|---|
static void |
AttributeCertificateHolder.setDigestCalculatorProvider(DigestCalculatorProvider digCalcProvider)
Set a digest calculator provider to be used if matches are attempted using
ObjectDigestInfo,
|
| Modifier and Type | Method and Description |
|---|---|
CertificateConfirmationContent |
CertificateConfirmationContentBuilder.build(DigestCalculatorProvider digesterProvider) |
boolean |
CertificateStatus.isVerified(X509CertificateHolder certHolder,
DigestCalculatorProvider digesterProvider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CertificateID.matchesIssuer(X509CertificateHolder issuerCert,
DigestCalculatorProvider digCalcProvider) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
CMSDigestedData.verify(DigestCalculatorProvider calculatorProvider) |
| Constructor and Description |
|---|
BcRSASignerInfoVerifierBuilder(CMSSignatureAlgorithmNameGenerator sigAlgNameGen,
SignatureAlgorithmIdentifierFinder sigAlgIdFinder,
DigestAlgorithmIdentifierFinder digestAlgorithmFinder,
DigestCalculatorProvider digestCalculatorProvider) |
| Constructor and Description |
|---|
JcaSignerInfoGeneratorBuilder(DigestCalculatorProvider digestProvider)
Base constructor.
|
JcaSignerInfoGeneratorBuilder(DigestCalculatorProvider digestProvider,
CMSSignatureEncryptionAlgorithmFinder sigEncAlgFinder)
Base constructor with a particular finder for signature algorithms.
|
JcaSignerInfoVerifierBuilder(DigestCalculatorProvider digestProvider) |
| Constructor and Description |
|---|
HttpAuth(String username,
char[] password,
SecureRandom nonceGenerator,
DigestCalculatorProvider digestCalculatorProvider)
Base constructor for digest auth.
|
HttpAuth(String realm,
String username,
char[] password,
SecureRandom nonceGenerator,
DigestCalculatorProvider digestCalculatorProvider)
Constructor for digest auth with a specified realm.
|
| Modifier and Type | Method and Description |
|---|---|
DigestCalculatorProvider |
SMimeParserContext.getDigestCalculatorProvider() |
| Constructor and Description |
|---|
SMimeParserContext(String defaultContentTransferEncoding,
DigestCalculatorProvider digestCalculatorProvider) |
SMimeParserProvider(String defaultContentTransferEncoding,
DigestCalculatorProvider digestCalculatorProvider) |
| Modifier and Type | Class and Description |
|---|---|
class |
BcDigestCalculatorProvider |
| Modifier and Type | Method and Description |
|---|---|
DigestCalculatorProvider |
JcaDigestCalculatorProviderBuilder.build() |
| Modifier and Type | Method and Description |
|---|---|
static Collection |
TSPUtil.getSignatureTimestamps(SignerInformation signerInfo,
DigestCalculatorProvider digCalcProvider)
Fetches the signature time-stamp attributes from a SignerInformation object.
|
| Modifier and Type | Method and Description |
|---|---|
DigestCalculator |
CMSTimeStampedDataParser.getMessageImprintDigestCalculator(DigestCalculatorProvider calculatorProvider)
Returns an appropriately initialised digest calculator based on the message imprint algorithm
described in the first time stamp in the TemporalData for this message.
|
DigestCalculator |
CMSTimeStampedData.getMessageImprintDigestCalculator(DigestCalculatorProvider calculatorProvider)
Returns an appropriately initialised digest calculator based on the message imprint algorithm
described in the first time stamp in the TemporalData for this message.
|
void |
CMSTimeStampedDataParser.validate(DigestCalculatorProvider calculatorProvider,
byte[] dataDigest)
Validate the digests present in the TimeStampTokens contained in the CMSTimeStampedData.
|
void |
CMSTimeStampedData.validate(DigestCalculatorProvider calculatorProvider,
byte[] dataDigest)
Validate the digests present in the TimeStampTokens contained in the CMSTimeStampedData.
|
void |
CMSTimeStampedDataParser.validate(DigestCalculatorProvider calculatorProvider,
byte[] dataDigest,
TimeStampToken timeStampToken)
Validate the passed in timestamp token against the tokens and data present in the message.
|
void |
CMSTimeStampedData.validate(DigestCalculatorProvider calculatorProvider,
byte[] dataDigest,
TimeStampToken timeStampToken)
Validate the passed in timestamp token against the tokens and data present in the message.
|
Copyright © 2015–2021 The veraPDF Consortium. All rights reserved.