Package | Description |
---|---|
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 | |
org.bouncycastle.pkcs.jcajce |
JCA extensions to the PKCS#10 certification request package.
|
Modifier and Type | Method and Description |
---|---|
PKCS12MacCalculatorBuilder |
PKCS12MacCalculatorBuilderProvider.get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier) |
Modifier and Type | Method and Description |
---|---|
PKCS12PfxPdu |
PKCS12PfxPduBuilder.build(PKCS12MacCalculatorBuilder macCalcBuilder,
char[] password)
Build the Pfx structure, protecting it with a MAC calculated against the passed in password.
|
Modifier and Type | Class and Description |
---|---|
class |
BcPKCS12MacCalculatorBuilder |
Modifier and Type | Method and Description |
---|---|
PKCS12MacCalculatorBuilder |
BcPKCS12MacCalculatorBuilderProvider.get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier) |
Modifier and Type | Class and Description |
---|---|
class |
JcePKCS12MacCalculatorBuilder |
Modifier and Type | Method and Description |
---|---|
PKCS12MacCalculatorBuilder |
JcePKCS12MacCalculatorBuilderProvider.get(org.bouncycastle.asn1.x509.AlgorithmIdentifier algorithmIdentifier) |
Copyright © 2016 BouncyCastle.org. All rights reserved.