C# 클래스 Org.BouncyCastle.Crypto.Parameters.IesParameters

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

공개 메소드들

메소드 설명
GetDerivationV ( ) : byte[]
GetEncodingV ( ) : byte[]
IesParameters ( byte derivation, byte encoding, int macKeySize ) : System

메소드 상세

GetDerivationV() 공개 메소드

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

GetEncodingV() 공개 메소드

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

IesParameters() 공개 메소드

public IesParameters ( byte derivation, byte encoding, int macKeySize ) : System
derivation byte
encoding byte
macKeySize int
리턴 System