Uses of Interface
org.bouncycastle.operator.DigestCalculatorProvider
Packages that use DigestCalculatorProvider
Package
Description
-
Uses of DigestCalculatorProvider in org.bouncycastle.cert
Methods in org.bouncycastle.cert with parameters of type DigestCalculatorProviderModifier and TypeMethodDescriptionstatic voidAttributeCertificateHolder.setDigestCalculatorProvider(DigestCalculatorProvider digCalcProvider) Set a digest calculator provider to be used if matches are attempted using ObjectDigestInfo, -
Uses of DigestCalculatorProvider in org.bouncycastle.cert.cmp
Methods in org.bouncycastle.cert.cmp with parameters of type DigestCalculatorProviderModifier and TypeMethodDescriptionCertificateConfirmationContentBuilder.build(DigestCalculatorProvider digesterProvider) booleanCertificateStatus.isVerified(org.bouncycastle.asn1.cmp.CMPCertificate cmpCert, AlgorithmIdentifier signatureAlgorithm, DigestCalculatorProvider digesterProvider) booleanCertificateStatus.isVerified(X509CertificateHolder certHolder, DigestCalculatorProvider digesterProvider) -
Uses of DigestCalculatorProvider in org.bouncycastle.cert.ocsp
Methods in org.bouncycastle.cert.ocsp with parameters of type DigestCalculatorProviderModifier and TypeMethodDescriptionbooleanCertificateID.matchesIssuer(X509CertificateHolder issuerCert, DigestCalculatorProvider digCalcProvider) -
Uses of DigestCalculatorProvider in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type DigestCalculatorProviderModifier and TypeMethodDescriptionbooleanCMSDigestedData.verify(DigestCalculatorProvider calculatorProvider) Constructors in org.bouncycastle.cms with parameters of type DigestCalculatorProviderModifierConstructorDescriptionCMSAuthenticatedData(byte[] authData, DigestCalculatorProvider digestCalculatorProvider) CMSAuthenticatedData(InputStream authData, DigestCalculatorProvider digestCalculatorProvider) CMSAuthenticatedData(org.bouncycastle.asn1.cms.ContentInfo contentInfo, DigestCalculatorProvider digestCalculatorProvider) CMSAuthenticatedDataParser(byte[] envelopedData, DigestCalculatorProvider digestCalculatorProvider) CMSAuthenticatedDataParser(InputStream envelopedData, DigestCalculatorProvider digestCalculatorProvider) CMSSignedDataParser(DigestCalculatorProvider digestCalculatorProvider, byte[] sigBlock) CMSSignedDataParser(DigestCalculatorProvider digestCalculatorProvider, InputStream sigData) base constructor - with encapsulated contentCMSSignedDataParser(DigestCalculatorProvider digestCalculatorProvider, CMSTypedStream signedContent, byte[] sigBlock) CMSSignedDataParser(DigestCalculatorProvider digestCalculatorProvider, CMSTypedStream signedContent, InputStream sigData) base constructorSignerInfoGeneratorBuilder(DigestCalculatorProvider digestProvider) Base constructor.SignerInfoGeneratorBuilder(DigestCalculatorProvider digestProvider, CMSSignatureEncryptionAlgorithmFinder sigEncAlgFinder) Base constructor with a particular finder for signature algorithms.SignerInformationVerifier(CMSSignatureAlgorithmNameGenerator sigNameGenerator, SignatureAlgorithmIdentifierFinder sigAlgorithmFinder, ContentVerifierProvider verifierProvider, DigestCalculatorProvider digestProvider) -
Uses of DigestCalculatorProvider in org.bouncycastle.cms.bc
Constructors in org.bouncycastle.cms.bc with parameters of type DigestCalculatorProviderModifierConstructorDescriptionBcECSignerInfoVerifierBuilder(CMSSignatureAlgorithmNameGenerator sigAlgNameGen, SignatureAlgorithmIdentifierFinder sigAlgIdFinder, DigestAlgorithmIdentifierFinder digestAlgorithmFinder, DigestCalculatorProvider digestCalculatorProvider) BcEdDSASignerInfoVerifierBuilder(CMSSignatureAlgorithmNameGenerator sigAlgNameGen, SignatureAlgorithmIdentifierFinder sigAlgIdFinder, DigestAlgorithmIdentifierFinder digestAlgorithmFinder, DigestCalculatorProvider digestCalculatorProvider) BcRSASignerInfoVerifierBuilder(CMSSignatureAlgorithmNameGenerator sigAlgNameGen, SignatureAlgorithmIdentifierFinder sigAlgIdFinder, DigestAlgorithmIdentifierFinder digestAlgorithmFinder, DigestCalculatorProvider digestCalculatorProvider) -
Uses of DigestCalculatorProvider in org.bouncycastle.cms.jcajce
Constructors in org.bouncycastle.cms.jcajce with parameters of type DigestCalculatorProviderModifierConstructorDescriptionJcaSignerInfoGeneratorBuilder(DigestCalculatorProvider digestProvider) Base constructor.JcaSignerInfoGeneratorBuilder(DigestCalculatorProvider digestProvider, CMSSignatureEncryptionAlgorithmFinder sigEncAlgFinder) Base constructor with a particular finder for signature algorithms.JcaSignerInfoVerifierBuilder(DigestCalculatorProvider digestProvider) -
Uses of DigestCalculatorProvider in org.bouncycastle.est
Constructors in org.bouncycastle.est with parameters of type DigestCalculatorProviderModifierConstructorDescriptionHttpAuth(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. -
Uses of DigestCalculatorProvider in org.bouncycastle.its
Constructors in org.bouncycastle.its with parameters of type DigestCalculatorProviderModifierConstructorDescriptionITSImplicitCertificateBuilder(ITSCertificate issuer, DigestCalculatorProvider digestCalculatorProvider, org.bouncycastle.oer.its.ieee1609dot2.ToBeSignedCertificate.Builder tbsCertificate) -
Uses of DigestCalculatorProvider in org.bouncycastle.mime.smime
Methods in org.bouncycastle.mime.smime that return DigestCalculatorProviderConstructors in org.bouncycastle.mime.smime with parameters of type DigestCalculatorProviderModifierConstructorDescriptionSMimeParserContext(String defaultContentTransferEncoding, DigestCalculatorProvider digestCalculatorProvider) SMimeParserProvider(String defaultContentTransferEncoding, DigestCalculatorProvider digestCalculatorProvider) -
Uses of DigestCalculatorProvider in org.bouncycastle.operator.bc
Classes in org.bouncycastle.operator.bc that implement DigestCalculatorProvider -
Uses of DigestCalculatorProvider in org.bouncycastle.operator.jcajce
Methods in org.bouncycastle.operator.jcajce that return DigestCalculatorProvider -
Uses of DigestCalculatorProvider in org.bouncycastle.tsp
Methods in org.bouncycastle.tsp with parameters of type DigestCalculatorProviderModifier and TypeMethodDescriptionstatic CollectionTSPUtil.getSignatureTimestamps(SignerInformation signerInfo, DigestCalculatorProvider digCalcProvider) Fetches the signature time-stamp attributes from a SignerInformation object. -
Uses of DigestCalculatorProvider in org.bouncycastle.tsp.cms
Methods in org.bouncycastle.tsp.cms with parameters of type DigestCalculatorProviderModifier and TypeMethodDescriptionCMSTimeStampedData.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.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.voidCMSTimeStampedData.validate(DigestCalculatorProvider calculatorProvider, byte[] dataDigest) Validate the digests present in the TimeStampTokens contained in the CMSTimeStampedData.voidCMSTimeStampedData.validate(DigestCalculatorProvider calculatorProvider, byte[] dataDigest, TimeStampToken timeStampToken) Validate the passed in timestamp token against the tokens and data present in the message.voidCMSTimeStampedDataParser.validate(DigestCalculatorProvider calculatorProvider, byte[] dataDigest) Validate the digests present in the TimeStampTokens contained in the CMSTimeStampedData.voidCMSTimeStampedDataParser.validate(DigestCalculatorProvider calculatorProvider, byte[] dataDigest, TimeStampToken timeStampToken) Validate the passed in timestamp token against the tokens and data present in the message. -
Uses of DigestCalculatorProvider in org.bouncycastle.tsp.ers
Methods in org.bouncycastle.tsp.ers with parameters of type DigestCalculatorProviderModifier and TypeMethodDescriptionstatic ERSArchiveTimeStampERSArchiveTimeStamp.fromTimeStampToken(TimeStampToken tspToken, DigestCalculatorProvider digCalcProv) Build an ArchiveTimeStamp from a regular time stamp token.Constructors in org.bouncycastle.tsp.ers with parameters of type DigestCalculatorProviderModifierConstructorDescriptionERSArchiveTimeStamp(byte[] archiveTimeStamp, DigestCalculatorProvider digCalcProv) ERSArchiveTimeStamp(org.bouncycastle.asn1.tsp.ArchiveTimeStamp archiveTimeStamp, DigestCalculatorProvider digCalcProv) ERSEvidenceRecord(byte[] evidenceRecord, DigestCalculatorProvider digestCalculatorProvider) ERSEvidenceRecord(InputStream ersIn, DigestCalculatorProvider digestCalculatorProvider) ERSEvidenceRecord(org.bouncycastle.asn1.tsp.EvidenceRecord evidenceRecord, DigestCalculatorProvider digestCalculatorProvider) ERSEvidenceRecordGenerator(DigestCalculatorProvider digCalcProv)