C# Class Goedel.Cryptography.PKIX.PFX

PFX
Inheritance: Goedel.ASN1.Root
Datei anzeigen Open project: hallambaker/Mathematical-Mesh

Public Properties

Property Type Description
AuthSafe Goedel.Cryptography.PKIX.ContentInfo
MacData Goedel.Cryptography.PKIX.MacData
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

AuthSafe public_oe property

ASN.1 member AuthSafe
public Goedel.Cryptography.PKIX.ContentInfo AuthSafe
return Goedel.Cryptography.PKIX.ContentInfo

MacData public_oe property

ASN.1 member MacData
public Goedel.Cryptography.PKIX.MacData MacData
return Goedel.Cryptography.PKIX.MacData

Version public_oe property

ASN.1 member Version
public int Version
return int