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

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

Méthodes publiques

Méthode Description
GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : PopoSigningKey
GetInstance ( object obj ) : PopoSigningKey
PopoSigningKey ( PopoSigningKeyInput poposkIn, AlgorithmIdentifier aid, DerBitString signature ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Méthode Description
PopoSigningKey ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static méthode

public static GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : PopoSigningKey
obj Asn1TaggedObject
isExplicit bool
Résultat PopoSigningKey

GetInstance() public static méthode

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

PopoSigningKey() public méthode

public PopoSigningKey ( PopoSigningKeyInput poposkIn, AlgorithmIdentifier aid, DerBitString signature ) : System
poposkIn PopoSigningKeyInput
aid Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
signature DerBitString
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object