C# Class Goedel.Cryptography.PKIX.SubjectPublicKeyInfo

Inheritance: Goedel.ASN1.Root
Datei anzeigen Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Properties

Property Type Description
Algorithm Goedel.Cryptography.PKIX.AlgorithmIdentifier
SubjectPublicKey byte[]

Public Methods

Method Description
Encode ( Goedel Buffer ) : void

Encode ASN.1 class members to specified buffer. NB Assinine ASN.1 DER encoding rules requires members be added in reverse order.

SubjectPublicKeyInfo ( string OID, byte KeyData ) : System

Construct from algorithm identifier and key data.

Method Details

Encode() public method

Encode ASN.1 class members to specified buffer. NB Assinine ASN.1 DER encoding rules requires members be added in reverse order.
public Encode ( Goedel Buffer ) : void
Buffer Goedel Output buffer
return void

SubjectPublicKeyInfo() public method

Construct from algorithm identifier and key data.
public SubjectPublicKeyInfo ( string OID, byte KeyData ) : System
OID string Algorithm identifier.
KeyData byte Key Data.
return System

Property Details

Algorithm public_oe property

ASN.1 member Algorithm
public Goedel.Cryptography.PKIX.AlgorithmIdentifier Algorithm
return Goedel.Cryptography.PKIX.AlgorithmIdentifier

SubjectPublicKey public_oe property

ASN.1 member SubjectPublicKey
public byte[] SubjectPublicKey
return byte[]