Package org.bouncycastle.crypto.engines
Class VMPCKSA3Engine
- java.lang.Object
-
- org.bouncycastle.crypto.engines.VMPCEngine
-
- org.bouncycastle.crypto.engines.VMPCKSA3Engine
-
- All Implemented Interfaces:
StreamCipher
public class VMPCKSA3Engine extends VMPCEngine
-
-
Field Summary
-
Fields inherited from class org.bouncycastle.crypto.engines.VMPCEngine
n, P, s, workingIV, workingKey
-
-
Constructor Summary
Constructors Constructor Description VMPCKSA3Engine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetAlgorithmName()Return the name of the algorithm the cipher implements.protected voidinitKey(byte[] keyBytes, byte[] ivBytes)-
Methods inherited from class org.bouncycastle.crypto.engines.VMPCEngine
init, processBytes, reset, returnByte
-
-
-
-
Method Detail
-
getAlgorithmName
public java.lang.String getAlgorithmName()
Description copied from interface:StreamCipherReturn the name of the algorithm the cipher implements.- Specified by:
getAlgorithmNamein interfaceStreamCipher- Overrides:
getAlgorithmNamein classVMPCEngine- Returns:
- the name of the algorithm the cipher implements.
-
initKey
protected void initKey(byte[] keyBytes, byte[] ivBytes)- Overrides:
initKeyin classVMPCEngine
-
-