Uses of Interface
org.bouncycastle.operator.MacCalculator
-
Packages that use MacCalculator Package Description org.bouncycastle.cert.cmp Basic support package for handling and creating CMP (RFC 4210) certificate management messages.org.bouncycastle.cert.crmf Basic support package for handling and creating CRMF (RFC 4211) certificate request messages.org.bouncycastle.cms A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).org.bouncycastle.cms.jcajce CMS operator implementations for doing message encryption, signing, digesting, and MACing operations using the JCA and the JCE.org.bouncycastle.operator Basic operator definitions for doing encryption, signing, and digest operations.org.bouncycastle.pkcs Basic support package for handling and creating PKCS#10 certification requests, PKCS#8 encrypted keys and PKCS#12 keys stores.org.bouncycastle.pkcs.bc BC lightweight API extensions and operators for the PKCS#10 certification request package.org.bouncycastle.pkcs.jcajce JCA extensions and operators for the PKCS#10 certification request package. -
-
Uses of MacCalculator in org.bouncycastle.cert.cmp
Methods in org.bouncycastle.cert.cmp with parameters of type MacCalculator Modifier and Type Method Description ProtectedPKIMessage
ProtectedPKIMessageBuilder. 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 MacCalculator Modifier and Type Method Description MacCalculator
PKMACBuilder. build(char[] password)
-
Uses of MacCalculator in org.bouncycastle.cms
Methods in org.bouncycastle.cms with parameters of type MacCalculator Modifier and Type Method Description CMSAuthenticatedData
CMSAuthenticatedDataGenerator. generate(CMSTypedData typedData, MacCalculator macCalculator)
Generate an authenticated data object from the passed in typedData and MacCalculator.CMSAuthenticatedData
CMSAuthenticatedDataGenerator. generate(CMSTypedData typedData, MacCalculator macCalculator, DigestCalculator digestCalculator)
Generate an authenticated data object from the passed in typedData and MacCalculator.OutputStream
CMSAuthenticatedDataStreamGenerator. open(OutputStream out, MacCalculator macCalculator)
generate an authenticated data structure with the encapsulated bytes marked as DATA.OutputStream
CMSAuthenticatedDataStreamGenerator. open(OutputStream out, MacCalculator macCalculator, DigestCalculator digestCalculator)
OutputStream
CMSAuthenticatedDataStreamGenerator. open(org.bouncycastle.asn1.ASN1ObjectIdentifier dataType, OutputStream out, MacCalculator macCalculator)
generate an authenticated data structure with the encapsulated bytes marked as type dataType.OutputStream
CMSAuthenticatedDataStreamGenerator. open(org.bouncycastle.asn1.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 Constructor Description RecipientOperator(MacCalculator macCalculator)
-
Uses of MacCalculator in org.bouncycastle.cms.jcajce
Methods in org.bouncycastle.cms.jcajce that return MacCalculator Modifier and Type Method Description MacCalculator
JceCMSMacCalculatorBuilder. build()
-
Uses of MacCalculator in org.bouncycastle.operator
Methods in org.bouncycastle.operator that return MacCalculator Modifier and Type Method Description MacCalculator
MacCalculatorProvider. get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithm)
-
Uses of MacCalculator in org.bouncycastle.pkcs
Methods in org.bouncycastle.pkcs that return MacCalculator Modifier and Type Method Description MacCalculator
PKCS12MacCalculatorBuilder. build(char[] password)
-
Uses of MacCalculator in org.bouncycastle.pkcs.bc
Methods in org.bouncycastle.pkcs.bc that return MacCalculator Modifier and Type Method Description MacCalculator
BcPKCS12MacCalculatorBuilder. build(char[] password)
-
Uses of MacCalculator in org.bouncycastle.pkcs.jcajce
Methods in org.bouncycastle.pkcs.jcajce that return MacCalculator Modifier and Type Method Description MacCalculator
JcePKCS12MacCalculatorBuilder. build(char[] password)
-