StreamCipher
public class VMPCKSA3Engine extends VMPCEngine
n, P, s, workingIV, workingKey
Constructor | Description |
---|---|
VMPCKSA3Engine() |
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getAlgorithmName() |
Return the name of the algorithm the cipher implements.
|
protected void |
initKey(byte[] keyBytes,
byte[] ivBytes) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
init, processBytes, reset, returnByte
public java.lang.String getAlgorithmName()
StreamCipher
getAlgorithmName
in interface StreamCipher
getAlgorithmName
in class VMPCEngine
protected void initKey(byte[] keyBytes, byte[] ivBytes)
initKey
in class VMPCEngine