C# Class Org.BouncyCastle.Crypto.Parameters.AeadParameters

Inheritance: ICipherParameters
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
AeadParameters ( KeyParameter key, int macSize, byte nonce ) : System
AeadParameters ( KeyParameter key, int macSize, byte nonce, byte associatedText ) : System
GetAssociatedText ( ) : byte[]
GetNonce ( ) : byte[]

Method Details

AeadParameters() public method

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

AeadParameters() public method

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

GetAssociatedText() public method

public GetAssociatedText ( ) : byte[]
return byte[]

GetNonce() public method

public GetNonce ( ) : byte[]
return byte[]