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

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

공개 메소드들

메소드 설명
CcmParameters ( KeyParameter key, int macSize, byte nonce, byte associatedText ) : System

메소드 상세

CcmParameters() 공개 메소드

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