C# Class Goedel.Cryptography.PKIX.EncryptedPrivateKeyInfo

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

Public Properties

Property Type Description
EncryptedData byte[]
EncryptionAlgorithm Goedel.Cryptography.PKIX.AlgorithmIdentifier

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

EncryptedData public property

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

EncryptionAlgorithm public property

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