C# Class Goedel.Cryptography.PKIX.ContentInfo

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

Public Properties

Property Type Description
Content byte[]
ContentType int[]

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

Content public property

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

ContentType public property

ASN.1 member ContentType
public int[] ContentType
return int[]