C# 클래스 NBitcoin.BouncyCastle.Asn1.DerObjectIdentifier

상속: Asn1Object
파일 보기 프로젝트 열기: Nethereum/Nethereum 1 사용 예제들

공개 메소드들

메소드 설명
Branch ( string branchID ) : DerObjectIdentifier
DerObjectIdentifier ( DerObjectIdentifier oid, string branchID ) : System
DerObjectIdentifier ( byte bytes ) : System
DerObjectIdentifier ( string identifier ) : System
Encode ( DerOutputStream derOut ) : void
On ( DerObjectIdentifier stem ) : bool
ToString ( ) : string

보호된 메소드들

메소드 설명
Asn1Equals ( Asn1Object asn1Object ) : bool
Asn1GetHashCode ( ) : int

비공개 메소드들

메소드 설명
IsValidBranchID ( String branchID, int start ) : bool
IsValidIdentifier ( string identifier ) : bool
MakeOidStringFromBytes ( byte bytes ) : string
WriteField ( Stream outputStream, NBitcoin.BouncyCastle.Math.BigInteger fieldValue ) : void
WriteField ( Stream outputStream, long fieldValue ) : void

메소드 상세

Asn1Equals() 보호된 메소드

protected Asn1Equals ( Asn1Object asn1Object ) : bool
asn1Object Asn1Object
리턴 bool

Asn1GetHashCode() 보호된 메소드

protected Asn1GetHashCode ( ) : int
리턴 int

Branch() 공개 메소드

public Branch ( string branchID ) : DerObjectIdentifier
branchID string
리턴 DerObjectIdentifier

DerObjectIdentifier() 공개 메소드

public DerObjectIdentifier ( DerObjectIdentifier oid, string branchID ) : System
oid DerObjectIdentifier
branchID string
리턴 System

DerObjectIdentifier() 공개 메소드

public DerObjectIdentifier ( byte bytes ) : System
bytes byte
리턴 System

DerObjectIdentifier() 공개 메소드

public DerObjectIdentifier ( string identifier ) : System
identifier string
리턴 System

Encode() 공개 메소드

public Encode ( DerOutputStream derOut ) : void
derOut DerOutputStream
리턴 void

On() 공개 메소드

public On ( DerObjectIdentifier stem ) : bool
stem DerObjectIdentifier
리턴 bool

ToString() 공개 메소드

public ToString ( ) : string
리턴 string