|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.params.AEADParameters
org.bouncycastle.crypto.params.CCMParameters
public class CCMParameters
Constructor Summary | |
---|---|
CCMParameters(KeyParameter key,
int macSize,
byte[] nonce,
byte[] associatedText)
Base constructor. |
Method Summary |
---|
Methods inherited from class org.bouncycastle.crypto.params.AEADParameters |
---|
getAssociatedText, getKey, getMacSize, getNonce |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CCMParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)
key
- key to be used by underlying ciphermacSize
- macSize in bitsnonce
- nonce to be usedassociatedText
- associated text, if any
|
Bouncy Castle Cryptography Library 1.37 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |