Uses of Class
org.bouncycastle.pkcs.PKCS12PfxPdu
-
Packages that use PKCS12PfxPdu 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. -
-
Uses of PKCS12PfxPdu in org.bouncycastle.pkcs
Methods in org.bouncycastle.pkcs that return PKCS12PfxPdu Modifier and Type Method Description PKCS12PfxPdu
PKCS12PfxPduBuilder. build(PKCS12MacCalculatorBuilder macCalcBuilder, char[] password)
Build the Pfx structure, protecting it with a MAC calculated against the passed in password.
-