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 |
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.
|
PrivateKeyInfo |
PKCS8EncryptedPrivateKeyInfo.decryptPrivateKeyInfo(InputDecryptorProvider inputDecryptorProvider) |
boolean |
PKCS12PfxPdu.isMacValid(PKCS12MacCalculatorBuilderProvider macCalcProviderBuilder,
char[] password)
Verify the MacData attached to the PFX is consistent with what is expected.
|
boolean |
PKCS10CertificationRequest.isSignatureValid(ContentVerifierProvider verifierProvider)
Validate the signature on the PKCS10 certification request in this holder.
|
Constructor and Description |
---|
PKCS12SafeBagFactory(ContentInfo info,
InputDecryptorProvider inputDecryptorProvider) |
Modifier and Type | Method and Description |
---|---|
AsymmetricKeyParameter |
BcPKCS10CertificationRequest.getPublicKey() |
Copyright © 2018 BouncyCastle.org. All rights reserved.