Package | Description |
---|---|
org.spongycastle.asn1.pkcs |
Support classes useful for encoding and supporting the various RSA PKCS documents.
|
Modifier and Type | Field and Description |
---|---|
private ContentInfo |
Pfx.contentInfo |
private ContentInfo |
SignedData.contentInfo |
private ContentInfo[] |
AuthenticatedSafe.info |
Modifier and Type | Method and Description |
---|---|
ContentInfo |
Pfx.getAuthSafe() |
ContentInfo[] |
AuthenticatedSafe.getContentInfo() |
ContentInfo |
SignedData.getContentInfo() |
static ContentInfo |
ContentInfo.getInstance(java.lang.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) |