C# Class Goedel.Cryptography.PKIX.CertificationRequestInfo

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

Méthodes publiques

Свойство Type Description
Attributes List
Subject List
SubjectPublicKeyInfo Goedel.Cryptography.PKIX.SubjectPublicKeyInfo
Version int

Méthodes publiques

Méthode Description
CertificationRequestInfo ( ) : System

Create an empty CertificationRequestInfo class with version 1.0

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.

Method Details

CertificationRequestInfo() public méthode

Create an empty CertificationRequestInfo class with version 1.0
public CertificationRequestInfo ( ) : System
Résultat System

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

Property Details

Attributes public_oe property

ASN.1 member Attributes
public List Attributes
Résultat List

Subject public_oe property

ASN.1 member Subject
public List Subject
Résultat List

SubjectPublicKeyInfo public_oe property

ASN.1 member SubjectPublicKeyInfo
public Goedel.Cryptography.PKIX.SubjectPublicKeyInfo SubjectPublicKeyInfo
Résultat Goedel.Cryptography.PKIX.SubjectPublicKeyInfo

Version public_oe property

ASN.1 member Version
public int Version
Résultat int