Package | Description |
---|---|
org.bouncycastle.asn1.cms |
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) |
Copyright © 2017 BouncyCastle.org. All rights reserved.