C# Class Org.BouncyCastle.Asn1.X9.KeySpecificInfo

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

Méthodes publiques

Méthode Description
KeySpecificInfo ( Asn1Sequence seq ) : System.Collections
KeySpecificInfo ( DerObjectIdentifier algorithm, Asn1OctetString counter ) : System.Collections
ToAsn1Object ( ) : Asn1Object

Method Details

KeySpecificInfo() public méthode

public KeySpecificInfo ( Asn1Sequence seq ) : System.Collections
seq Asn1Sequence
Résultat System.Collections

KeySpecificInfo() public méthode

public KeySpecificInfo ( DerObjectIdentifier algorithm, Asn1OctetString counter ) : System.Collections
algorithm DerObjectIdentifier
counter Asn1OctetString
Résultat System.Collections

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object