C# Class Goedel.Cryptography.PKIX.EncryptedContentInfo

EncryptedContentInfo
Inheritance: Goedel.ASN1.Root
Afficher le fichier Open project: hallambaker/Mathematical-Mesh

Méthodes publiques

Свойство Type Description
Algorithm Goedel.Cryptography.PKIX.AlgorithmIdentifier
ContentType int[]
EncryptedContent byte[]

Méthodes publiques

Méthode 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 méthode

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
Résultat void

Property Details

Algorithm public_oe property

ASN.1 member Algorithm
public Goedel.Cryptography.PKIX.AlgorithmIdentifier Algorithm
Résultat Goedel.Cryptography.PKIX.AlgorithmIdentifier

ContentType public_oe property

ASN.1 member ContentType
public int[] ContentType
Résultat int[]

EncryptedContent public_oe property

ASN.1 member EncryptedContent
public byte[] EncryptedContent
Résultat byte[]