C# 클래스 Org.BouncyCastle.Bcpg.Sig.NotationData

상속: SignatureSubpacket
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
GetNotationName ( ) : string
GetNotationValue ( ) : string
GetNotationValueBytes ( ) : byte[]
NotationData ( bool critical, bool humanReadable, string notationName, string notationValue ) : System
NotationData ( bool critical, byte data ) : System

비공개 메소드들

메소드 설명
createData ( bool humanReadable, string notationName, string notationValue ) : byte[]

메소드 상세

GetNotationName() 공개 메소드

public GetNotationName ( ) : string
리턴 string

GetNotationValue() 공개 메소드

public GetNotationValue ( ) : string
리턴 string

GetNotationValueBytes() 공개 메소드

public GetNotationValueBytes ( ) : byte[]
리턴 byte[]

NotationData() 공개 메소드

public NotationData ( bool critical, bool humanReadable, string notationName, string notationValue ) : System
critical bool
humanReadable bool
notationName string
notationValue string
리턴 System

NotationData() 공개 메소드

public NotationData ( bool critical, byte data ) : System
critical bool
data byte
리턴 System