SignedData Constructor

Initializes a new instance of the SignedData class

Definition

Namespace: Org.BouncyCastle.Asn1.Cms
Assembly: BouncyCastle.Cryptography (in BouncyCastle.Cryptography.dll) Version: 2.3.0-beta.187+d6da5648ae
public SignedData(
	Asn1Set digestAlgorithms,
	ContentInfo contentInfo,
	Asn1Set certificates,
	Asn1Set crls,
	Asn1Set signerInfos
)

Parameters

digestAlgorithms  Asn1Set
 
contentInfo  ContentInfo
 
certificates  Asn1Set
 
crls  Asn1Set
 
signerInfos  Asn1Set
 

See Also