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

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
SignerInfo ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static méthode

public static GetInstance ( object obj ) : SignerInfo
obj object
Résultat SignerInfo

SignerInfo() public méthode

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
Résultat System

SignerInfo() public méthode

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
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Org.BouncyCastle.Asn1.Asn1Object