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