C# Class Goedel.Cryptography.PKIX.EncryptedContentInfo

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

Public Properties

Property Type Description
Algorithm Goedel.Cryptography.PKIX.AlgorithmIdentifier
ContentType int[]
EncryptedContent 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

ContentType public_oe property

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

EncryptedContent public_oe property

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