Package | Description |
---|---|
org.bouncycastle.asn1.pkcs | |
org.bouncycastle.pkcs |
Basic support package for handling and creating PKCS#10 certification requests, PKCS#8 encrypted keys and PKCS#12 keys stores.
|
Modifier and Type | Method and Description |
---|---|
ContentInfo |
Pfx.getAuthSafe() |
ContentInfo[] |
AuthenticatedSafe.getContentInfo() |
ContentInfo |
SignedData.getContentInfo() |
static ContentInfo |
ContentInfo.getInstance(Object obj) |
Constructor and Description |
---|
AuthenticatedSafe(ContentInfo[] info) |
Pfx(ContentInfo contentInfo,
MacData macData) |
SignedData(ASN1Integer _version,
ASN1Set _digestAlgorithms,
ContentInfo _contentInfo,
ASN1Set _certificates,
ASN1Set _crls,
ASN1Set _signerInfos) |
Modifier and Type | Method and Description |
---|---|
ContentInfo[] |
PKCS12PfxPdu.getContentInfos()
Return the content infos in the AuthenticatedSafe contained in this Pfx.
|
Constructor and Description |
---|
PKCS12SafeBagFactory(ContentInfo info) |
PKCS12SafeBagFactory(ContentInfo info,
InputDecryptorProvider inputDecryptorProvider) |
Copyright © 2018 BouncyCastle.org. All rights reserved.