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

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

공개 메소드들

메소드 설명
AeadParameters ( KeyParameter key, int macSize, byte nonce ) : System
AeadParameters ( KeyParameter key, int macSize, byte nonce, byte associatedText ) : System
GetAssociatedText ( ) : byte[]
GetNonce ( ) : byte[]

메소드 상세

AeadParameters() 공개 메소드

public AeadParameters ( KeyParameter key, int macSize, byte nonce ) : System
key KeyParameter
macSize int
nonce byte
리턴 System

AeadParameters() 공개 메소드

public AeadParameters ( KeyParameter key, int macSize, byte nonce, byte associatedText ) : System
key KeyParameter
macSize int
nonce byte
associatedText byte
리턴 System

GetAssociatedText() 공개 메소드

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

GetNonce() 공개 메소드

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