SignerInfo(SignerIdentifier, AlgorithmIdentifier, Asn1Set, AlgorithmIdentifier, Asn1OctetString, Asn1Set) Constructor

Initializes a new instance of the SignerInfo class

Definition

Namespace: Org.BouncyCastle.Asn1.Cms
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public SignerInfo(
	SignerIdentifier sid,
	AlgorithmIdentifier digAlgorithm,
	Asn1Set authenticatedAttributes,
	AlgorithmIdentifier digEncryptionAlgorithm,
	Asn1OctetString encryptedDigest,
	Asn1Set unauthenticatedAttributes
)

Parameters

sid  SignerIdentifier
 
digAlgorithm  AlgorithmIdentifier
 
authenticatedAttributes  Asn1Set
 
digEncryptionAlgorithm  AlgorithmIdentifier
 
encryptedDigest  Asn1OctetString
 
unauthenticatedAttributes  Asn1Set
 

See Also