C# 클래스 Goedel.Cryptography.PKIX.PrivateKeyInfo

PrivateKeyInfo
상속: Goedel.ASN1.Root
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh

공개 프로퍼티들

프로퍼티 타입 설명
Attributes List
PrivateKey byte[]
PrivateKeyAlgorithm Goedel.Cryptography.PKIX.AlgorithmIdentifier
Version int

공개 메소드들

메소드 설명
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

프로퍼티 상세

Attributes 공개적으로 프로퍼티

ASN.1 member Attributes
public List Attributes
리턴 List

PrivateKey 공개적으로 프로퍼티

ASN.1 member PrivateKey
public byte[] PrivateKey
리턴 byte[]

PrivateKeyAlgorithm 공개적으로 프로퍼티

ASN.1 member PrivateKeyAlgorithm
public Goedel.Cryptography.PKIX.AlgorithmIdentifier PrivateKeyAlgorithm
리턴 Goedel.Cryptography.PKIX.AlgorithmIdentifier

Version 공개적으로 프로퍼티

ASN.1 member Version
public int Version
리턴 int