C# Class Goedel.Cryptography.PKIX.CertificationRequestInfo

CertificationRequestInfo
Inheritance: Goedel.ASN1.Root
Exibir arquivo Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Properties

Property Type Description
Attributes List
Subject List
SubjectPublicKeyInfo Goedel.Cryptography.PKIX.SubjectPublicKeyInfo
Version int

Public Methods

Method 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 method

Create an empty CertificationRequestInfo class with version 1.0
public CertificationRequestInfo ( ) : System
return System

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

Property Details

Attributes public_oe property

ASN.1 member Attributes
public List Attributes
return List

Subject public_oe property

ASN.1 member Subject
public List Subject
return List

SubjectPublicKeyInfo public_oe property

ASN.1 member SubjectPublicKeyInfo
public Goedel.Cryptography.PKIX.SubjectPublicKeyInfo SubjectPublicKeyInfo
return Goedel.Cryptography.PKIX.SubjectPublicKeyInfo

Version public_oe property

ASN.1 member Version
public int Version
return int