C# Класс Goedel.Cryptography.PKIX.EncryptedContentInfo

EncryptedContentInfo
Наследование: Goedel.ASN1.Root
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
Algorithm Goedel.Cryptography.PKIX.AlgorithmIdentifier
ContentType int[]
EncryptedContent byte[]

Открытые методы

Метод Описание
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.

Описание методов

Encode() публичный Метод

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
Результат void

Описание свойств

Algorithm публичное свойство

ASN.1 member Algorithm
public Goedel.Cryptography.PKIX.AlgorithmIdentifier Algorithm
Результат Goedel.Cryptography.PKIX.AlgorithmIdentifier

ContentType публичное свойство

ASN.1 member ContentType
public int[] ContentType
Результат int[]

EncryptedContent публичное свойство

ASN.1 member EncryptedContent
public byte[] EncryptedContent
Результат byte[]