C# Class Goedel.Cryptography.PKIX.AuthorityKeyIdentifier

AuthorityKeyIdentifier
Inheritance: Goedel.ASN1.Root
Show file Open project: hallambaker/Mathematical-Mesh Class Usage Examples

Public Properties

Property Type Description
AuthorityCertIssuer List
AuthorityCertSerialNumber int
KeyIdentifier 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.

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

Property Details

AuthorityCertIssuer public property

ASN.1 member AuthorityCertIssuer
public List AuthorityCertIssuer
return List

AuthorityCertSerialNumber public property

ASN.1 member AuthorityCertSerialNumber
public int AuthorityCertSerialNumber
return int

KeyIdentifier public property

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