Package | Description |
---|---|
old.org.bouncycastle.cert.cmp | |
old.org.bouncycastle.cert.crmf | |
old.org.bouncycastle.cms | |
old.org.bouncycastle.cms.jcajce |
Modifier and Type | Method and Description |
---|---|
ProtectedPKIMessage |
ProtectedPKIMessageBuilder.build(MacCalculator macCalculator)
Build a protected PKI message which has MAC based integrity protection.
|
Modifier and Type | Method and Description |
---|---|
MacCalculator |
PKMACBuilder.build(char[] password) |
Modifier and Type | Method and 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(ASN1ObjectIdentifier dataType,
OutputStream out,
MacCalculator macCalculator)
generate an authenticated data structure with the encapsulated bytes marked as type dataType.
|
OutputStream |
CMSAuthenticatedDataStreamGenerator.open(ASN1ObjectIdentifier dataType,
OutputStream out,
MacCalculator macCalculator,
DigestCalculator digestCalculator)
generate an authenticated data structure with the encapsulated bytes marked as type dataType.
|
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) |
Constructor and Description |
---|
RecipientOperator(MacCalculator macCalculator) |
Modifier and Type | Method and Description |
---|---|
MacCalculator |
JceCMSMacCalculatorBuilder.build() |
Copyright © 2015. All rights reserved.