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

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

공개 프로퍼티들

프로퍼티 타입 설명
Critical bool
Data byte[]
ObjectIdentifier 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.

Extension ( Goedel Object, bool Critical ) : System

Create an extension from the specified object with optional criticality flag.

메소드 상세

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

Extension() 공개 메소드

Create an extension from the specified object with optional criticality flag.
public Extension ( Goedel Object, bool Critical ) : System
Object Goedel The object to encode.
Critical bool If true, the extension will be marked as /// 'critical' meaning that backwards compatibility will be broken /// and legacy relying parties MUST reject the certificate. Only use /// if this is the intended behavior.
리턴 System

프로퍼티 상세

Critical 공개적으로 프로퍼티

ASN.1 member Critical
public bool Critical
리턴 bool

Data 공개적으로 프로퍼티

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

ObjectIdentifier 공개적으로 프로퍼티

ASN.1 member ObjectIdentifier
public int[] ObjectIdentifier
리턴 int[]