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

Inheritance: Asn1Encodable
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

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

Private Methods

Method Description
PopoSigningKeyInput ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

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

PopoSigningKeyInput() public method

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

PopoSigningKeyInput() public method

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

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object