|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.crypto.params.TweakableBlockCipherParameters
Parameters for tweakable block ciphers.
| Constructor Summary | |
TweakableBlockCipherParameters(KeyParameter key,
byte[] tweak)
|
|
| Method Summary | |
KeyParameter |
getKey()
Gets the key. |
byte[] |
getTweak()
Gets the tweak value. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public TweakableBlockCipherParameters(KeyParameter key,
byte[] tweak)
| Method Detail |
public KeyParameter getKey()
public byte[] getTweak()
|
Bouncy Castle Cryptography Library 1.82 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||