public AeadParameters(
KeyParameter key,
int macSize,
byte[] nonce,
byte[] associatedText
)
Public Sub New (
key As KeyParameter,
macSize As Integer,
nonce As Byte(),
associatedText As Byte()
)
public:
AeadParameters(
KeyParameter^ key,
int macSize,
array<unsigned char>^ nonce,
array<unsigned char>^ associatedText
)
Org.BouncyCastle.Crypto.Parameters.AeadParameters = function(key, macSize, nonce, associatedText);