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

Inheritance: Asn1Encodable
Datei anzeigen Open project: nonorganic/dssnet Class Usage Examples

Public Methods

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

Method Details

KeySpecificInfo() public method

public KeySpecificInfo ( Asn1Sequence seq ) : System.Collections
seq Asn1Sequence
return System.Collections

KeySpecificInfo() public method

public KeySpecificInfo ( DerObjectIdentifier algorithm, Asn1OctetString counter ) : System.Collections
algorithm DerObjectIdentifier
counter Asn1OctetString
return System.Collections

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object