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 IssuerAndSerialNumber |
SignerInfo.issuerAndSerialNumber |
Modifier and Type | Method and Description |
---|---|
static IssuerAndSerialNumber |
IssuerAndSerialNumber.getInstance(java.lang.Object obj) |
IssuerAndSerialNumber |
SignerInfo.getIssuerAndSerialNumber() |
Constructor and Description |
---|
SignerInfo(ASN1Integer version,
IssuerAndSerialNumber issuerAndSerialNumber,
AlgorithmIdentifier digAlgorithm,
ASN1Set authenticatedAttributes,
AlgorithmIdentifier digEncryptionAlgorithm,
ASN1OctetString encryptedDigest,
ASN1Set unauthenticatedAttributes) |