Uses of Interface
org.bouncycastle.operator.MacCalculator
Packages that use MacCalculator
Package
Description
-
Uses of MacCalculator in org.bouncycastle.cert.cmp
Methods in org.bouncycastle.cert.cmp with parameters of type MacCalculatorModifier and TypeMethodDescriptionProtectedPKIMessageBuilder.build(MacCalculator macCalculator) Build a protected PKI message which has MAC based integrity protection. -
Uses of MacCalculator in org.bouncycastle.cert.crmf
Methods in org.bouncycastle.cert.crmf that return MacCalculatorModifier and TypeMethodDescriptionPKMACBuilder.build(char[] password) PKMACBuilder.get(AlgorithmIdentifier algorithm, char[] password) -
Uses of MacCalculator in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type MacCalculatorModifier and TypeMethodDescriptionCMSAuthenticatedDataGenerator.generate(CMSTypedData typedData, MacCalculator macCalculator) Generate an authenticated data object from the passed in typedData and MacCalculator.CMSAuthenticatedDataGenerator.generate(CMSTypedData typedData, MacCalculator macCalculator, DigestCalculator digestCalculator) Generate an authenticated data object from the passed in typedData and MacCalculator.CMSAuthenticatedDataStreamGenerator.open(OutputStream out, MacCalculator macCalculator) generate an authenticated data structure with the encapsulated bytes marked as DATA.CMSAuthenticatedDataStreamGenerator.open(OutputStream out, MacCalculator macCalculator, DigestCalculator digestCalculator) CMSAuthenticatedDataStreamGenerator.open(ASN1ObjectIdentifier dataType, OutputStream out, MacCalculator macCalculator) generate an authenticated data structure with the encapsulated bytes marked as type dataType.CMSAuthenticatedDataStreamGenerator.open(ASN1ObjectIdentifier dataType, OutputStream out, MacCalculator macCalculator, DigestCalculator digestCalculator) generate an authenticated data structure with the encapsulated bytes marked as type dataType.Constructors in org.bouncycastle.cms with parameters of type MacCalculator -
Uses of MacCalculator in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return MacCalculator -
Uses of MacCalculator in org.bouncycastle.operator
Methods in org.bouncycastle.operator that return MacCalculatorModifier and TypeMethodDescriptionMacCalculatorProvider.get(AlgorithmIdentifier algorithm) PBEMacCalculatorProvider.get(AlgorithmIdentifier algorithm, char[] password) -
Uses of MacCalculator in org.bouncycastle.pkcs
Methods in org.bouncycastle.pkcs that return MacCalculator -
Uses of MacCalculator in org.bouncycastle.pkcs.bc
Methods in org.bouncycastle.pkcs.bc that return MacCalculator -
Uses of MacCalculator in org.bouncycastle.pkcs.jcajce
Methods in org.bouncycastle.pkcs.jcajce that return MacCalculator