|
Bouncy Castle Cryptography 1.50 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.bouncycastle.crypto.params.TweakableBlockCipherParameters
public class 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()
null
to use the current key.public byte[] getTweak()
null
to use the current tweak.
|
Bouncy Castle Cryptography 1.50 | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |