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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionReturn 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
-
Constructor Details
-
VMPCKSA3Engine
public VMPCKSA3Engine()
-
-
Method Details
-
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
-