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

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

공개 메소드들

메소드 설명
GetPreferences ( ) : int[]
PreferredAlgorithms ( SignatureSubpacketTag type, bool critical, byte data ) : System
PreferredAlgorithms ( SignatureSubpacketTag type, bool critical, int preferences ) : System

비공개 메소드들

메소드 설명
IntToByteArray ( int v ) : byte[]

메소드 상세

GetPreferences() 공개 메소드

public GetPreferences ( ) : int[]
리턴 int[]

PreferredAlgorithms() 공개 메소드

public PreferredAlgorithms ( SignatureSubpacketTag type, bool critical, byte data ) : System
type SignatureSubpacketTag
critical bool
data byte
리턴 System

PreferredAlgorithms() 공개 메소드

public PreferredAlgorithms ( SignatureSubpacketTag type, bool critical, int preferences ) : System
type SignatureSubpacketTag
critical bool
preferences int
리턴 System