C# Class Goedel.Cryptography.PKIX.SubjectPublicKeyInfo

Inheritance: Goedel.ASN1.Root
Afficher le fichier Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Méthodes publiques

Свойство Type Description
Algorithm Goedel.Cryptography.PKIX.AlgorithmIdentifier
SubjectPublicKey byte[]

Méthodes publiques

Méthode 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 méthode

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
Résultat void

SubjectPublicKeyInfo() public méthode

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

Property Details

Algorithm public_oe property

ASN.1 member Algorithm
public Goedel.Cryptography.PKIX.AlgorithmIdentifier Algorithm
Résultat Goedel.Cryptography.PKIX.AlgorithmIdentifier

SubjectPublicKey public_oe property

ASN.1 member SubjectPublicKey
public byte[] SubjectPublicKey
Résultat byte[]