Java org.bouncycastle.pkcs PKCS12PfxPdu fields, constructors, methods, implement or subclass

Example usage for Java org.bouncycastle.pkcs PKCS12PfxPdu fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.bouncycastle.pkcs PKCS12PfxPdu.

The text is from its open source code.

Constructor

Method

ContentInfo[]getContentInfos()
Return the content infos in the AuthenticatedSafe contained in this Pfx.
byte[]getEncoded(String encoding)
Return a Pfx with the outer wrapper encoded as asked for.
byte[]getEncoded()
booleanisMacValid(PKCS12MacCalculatorBuilderProvider macCalcProviderBuilder, char[] password)
Verify the MacData attached to the PFX is consistent with what is expected.
PfxtoASN1Structure()
Return the underlying ASN.1 object.