C# Class Goedel.Cryptography.PKIX.MacData

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

Public Properties

Property Type Description
Iterations int
MAC Goedel.Cryptography.PKIX.DigestInfo
MacSalt 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

Iterations public_oe property

ASN.1 member Iterations
public int Iterations
return int

MAC public_oe property

ASN.1 member MAC
public Goedel.Cryptography.PKIX.DigestInfo MAC
return Goedel.Cryptography.PKIX.DigestInfo

MacSalt public_oe property

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