C# Class Org.BouncyCastle.Asn1.Crmf.PopoSigningKeyInput

Inheritance: Asn1Encodable
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode Description
GetInstance ( object obj ) : PopoSigningKeyInput
PopoSigningKeyInput ( GeneralName sender, SubjectPublicKeyInfo spki ) : System
PopoSigningKeyInput ( PKMacValue pkmac, SubjectPublicKeyInfo spki ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Méthode Description
PopoSigningKeyInput ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static méthode

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

PopoSigningKeyInput() public méthode

public PopoSigningKeyInput ( GeneralName sender, SubjectPublicKeyInfo spki ) : System
sender Org.BouncyCastle.Asn1.X509.GeneralName
spki Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo
Résultat System

PopoSigningKeyInput() public méthode

public PopoSigningKeyInput ( PKMacValue pkmac, SubjectPublicKeyInfo spki ) : System
pkmac PKMacValue
spki Org.BouncyCastle.Asn1.X509.SubjectPublicKeyInfo
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object