C# Class Goedel.Cryptography.PKIX.DigestInfo

DigestInfo
Inheritance: Goedel.ASN1.Root
ファイルを表示 Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
Algorithm Goedel.Cryptography.PKIX.AlgorithmIdentifier
SubjectPublicKey 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

Algorithm public_oe property

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

SubjectPublicKey public_oe property

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