C# Class Org.BouncyCastle.Asn1.Cms.SignerInfo

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable
Exibir arquivo Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetInstance ( object obj ) : SignerInfo
SignerInfo ( SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, Asn1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, Asn1OctetString encryptedDigest, Asn1Set unauthenticatedAttributes ) : System
SignerInfo ( SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, Attributes authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, Asn1OctetString encryptedDigest, Attributes unauthenticatedAttributes ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
SignerInfo ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

public static GetInstance ( object obj ) : SignerInfo
obj object
return SignerInfo

SignerInfo() public method

public SignerInfo ( SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, Asn1Set authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, Asn1OctetString encryptedDigest, Asn1Set unauthenticatedAttributes ) : System
sid SignerIdentifier
digAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
authenticatedAttributes Org.BouncyCastle.Asn1.Asn1Set
digEncryptionAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
encryptedDigest Org.BouncyCastle.Asn1.Asn1OctetString
unauthenticatedAttributes Org.BouncyCastle.Asn1.Asn1Set
return System

SignerInfo() public method

public SignerInfo ( SignerIdentifier sid, AlgorithmIdentifier digAlgorithm, Attributes authenticatedAttributes, AlgorithmIdentifier digEncryptionAlgorithm, Asn1OctetString encryptedDigest, Attributes unauthenticatedAttributes ) : System
sid SignerIdentifier
digAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
authenticatedAttributes Attributes
digEncryptionAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
encryptedDigest Org.BouncyCastle.Asn1.Asn1OctetString
unauthenticatedAttributes Attributes
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Org.BouncyCastle.Asn1.Asn1Object