C# Class Goedel.Cryptography.PKIX.PrivateKeyInfo

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

Public Properties

Property Type Description
Attributes List
PrivateKey byte[]
PrivateKeyAlgorithm Goedel.Cryptography.PKIX.AlgorithmIdentifier
Version 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

Attributes public_oe property

ASN.1 member Attributes
public List Attributes
return List

PrivateKey public_oe property

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

PrivateKeyAlgorithm public_oe property

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

Version public_oe property

ASN.1 member Version
public int Version
return int