| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.crypto.params.AEADParametersorg.bouncycastle.crypto.params.CCMParameterspublic class CCMParametersextends AEADParametersConstructor Summary | |
| |
Method Summary |
Methods inherited from class org.bouncycastle.crypto.params.AEADParameters | |
getAssociatedText, getKey, getMacSize, getNonce | |
public CCMParameters(KeyParameter key, int macSize, byte[] nonce, byte[] associatedText)
Base constructor.
- Parameters:
key- key to be used by underlying ciphermacSize- macSize in bitsnonce- nonce to be usedassociatedText- associated text, if any