Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
Org
BouncyCastle
Crypto
Parameters
CcmParameters
C# Class Org.BouncyCastle.Crypto.Parameters.CcmParameters
Inheritance:
ICipherParameters
Datei anzeigen
Open project: nonorganic/dssnet
Class Usage Examples
Public Methods
Method
Description
CcmParameters
(
KeyParameter
key
,
int
macSize
,
byte
nonce
,
byte
associatedText
) :
System
Method Details
CcmParameters()
public
method
public
CcmParameters
(
KeyParameter
key
,
int
macSize
,
byte
nonce
,
byte
associatedText
) :
System
key
KeyParameter
macSize
int
nonce
byte
associatedText
byte
return
System