|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.bouncycastle.crypto.params.AEADParameters
public class AEADParameters
| Constructor Summary | |
|---|---|
AEADParameters(KeyParameter key,
int macSize,
byte[] nonce,
byte[] associatedText)
Base constructor. |
|
| Method Summary | |
|---|---|
byte[] |
getAssociatedText()
|
KeyParameter |
getKey()
|
int |
getMacSize()
|
byte[] |
getNonce()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AEADParameters(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| Method Detail |
|---|
public KeyParameter getKey()
public int getMacSize()
public byte[] getAssociatedText()
public byte[] getNonce()
|
Bouncy Castle Cryptography 1.45 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||