|
Bouncy Castle Cryptography Library 1.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.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.77.0 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |