C# Class Goedel.Cryptography.PKIX.Endorsement

Endorsement
Inheritance: Goedel.ASN1.Root
Show file Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
Signature byte[]
SignatureAlgorithm Goedel.Cryptography.PKIX.AlgorithmIdentifier
TBSEndorsement Goedel.Cryptography.PKIX.TBSEndorsement

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

Signature public property

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

SignatureAlgorithm public property

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

TBSEndorsement public property

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