C# 클래스 Org.BouncyCastle.Bcpg.S2k

The string to key specifier class.
상속: BcpgObject
파일 보기 프로젝트 열기: nonorganic/dssnet 1 사용 예제들

공개 메소드들

메소드 설명
Encode ( BcpgOutputStream bcpgOut ) : void
GetIV ( ) : byte[]

The IV for the key generation algorithm.

S2k ( HashAlgorithmTag algorithm ) : System
S2k ( HashAlgorithmTag algorithm, byte iv ) : System
S2k ( HashAlgorithmTag algorithm, byte iv, int itCount ) : System

비공개 메소드들

메소드 설명
GetIterationCount ( ) : long
S2k ( Stream inStr ) : System

메소드 상세

Encode() 공개 메소드

public Encode ( BcpgOutputStream bcpgOut ) : void
bcpgOut BcpgOutputStream
리턴 void

GetIV() 공개 메소드

The IV for the key generation algorithm.
public GetIV ( ) : byte[]
리턴 byte[]

S2k() 공개 메소드

public S2k ( HashAlgorithmTag algorithm ) : System
algorithm HashAlgorithmTag
리턴 System

S2k() 공개 메소드

public S2k ( HashAlgorithmTag algorithm, byte iv ) : System
algorithm HashAlgorithmTag
iv byte
리턴 System

S2k() 공개 메소드

public S2k ( HashAlgorithmTag algorithm, byte iv, int itCount ) : System
algorithm HashAlgorithmTag
iv byte
itCount int
리턴 System