Package | Description |
---|---|
org.bouncycastle.asn1.cms | |
org.bouncycastle.cms |
A package for processing RFC 3852 Cryptographic Message Syntax (CMS) objects - also referred to as PKCS#7 (formerly RFC 2630, 3369).
|
Modifier and Type | Method and Description |
---|---|
static SignerIdentifier |
SignerIdentifier.getInstance(Object o)
Return a SignerIdentifier object from the given object.
|
SignerIdentifier |
SignerInfo.getSID() |
Constructor and Description |
---|
SignerInfo(SignerIdentifier sid,
AlgorithmIdentifier digAlgorithm,
ASN1Set authenticatedAttributes,
AlgorithmIdentifier digEncryptionAlgorithm,
ASN1OctetString encryptedDigest,
ASN1Set unauthenticatedAttributes) |
SignerInfo(SignerIdentifier sid,
AlgorithmIdentifier digAlgorithm,
Attributes authenticatedAttributes,
AlgorithmIdentifier digEncryptionAlgorithm,
ASN1OctetString encryptedDigest,
Attributes unauthenticatedAttributes) |
Modifier and Type | Method and Description |
---|---|
SignerIdentifier |
SignerInfoGenerator.getSID() |
Copyright © 2018 BouncyCastle.org. All rights reserved.