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