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

상속: Goedel.ASN1.Root
파일 보기 프로젝트 열기: hallambaker/Mathematical-Mesh 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
Algorithm int[]
Parameters List

공개 메소드들

메소드 설명
AlgorithmIdentifier ( Oid Oid ) : System

Convert a X509Certificate2 Oid structure to an algorithm identifier.

AlgorithmIdentifier ( string ID ) : System

Construct from OID identifier string.

AlgorithmIdentifier ( string Text, int Numbers ) : System

Create an Algorithm Identifier from an integer array.

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.

메소드 상세

AlgorithmIdentifier() 공개 메소드

Convert a X509Certificate2 Oid structure to an algorithm identifier.
public AlgorithmIdentifier ( Oid Oid ) : System
Oid System.Security.Cryptography.Oid
리턴 System

AlgorithmIdentifier() 공개 메소드

Construct from OID identifier string.
public AlgorithmIdentifier ( string ID ) : System
ID string
리턴 System

AlgorithmIdentifier() 공개 메소드

Create an Algorithm Identifier from an integer array.
public AlgorithmIdentifier ( string Text, int Numbers ) : System
Text string
Numbers int
리턴 System

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

프로퍼티 상세

Algorithm 공개적으로 프로퍼티

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

Parameters 공개적으로 프로퍼티

ASN.1 member Parameters
public List Parameters
리턴 List