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 |
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.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PKCS12PfxPdu.isMacValid(PKCS12MacCalculatorBuilderProvider macCalcProviderBuilder,
char[] password)
Verify the MacData attached to the PFX is consistent with what is expected.
|
Modifier and Type | Class and Description |
---|---|
class |
BcPKCS12MacCalculatorBuilderProvider |
Modifier and Type | Class and Description |
---|---|
class |
JcePKCS12MacCalculatorBuilderProvider |
Copyright © 2020 BouncyCastle.org. All rights reserved.