org.bouncycastle.crypto.engines

Class VMPCKSA3Engine

Implemented Interfaces:
StreamCipher

public class VMPCKSA3Engine
extends VMPCEngine

Field Summary

Fields inherited from class org.bouncycastle.crypto.engines.VMPCEngine

P, n, s, workingIV, workingKey

Method Summary

String
getAlgorithmName()
Return the name of the algorithm the cipher implements.
protected void
initKey(byte[] keyBytes, byte[] ivBytes)

Methods inherited from class org.bouncycastle.crypto.engines.VMPCEngine

getAlgorithmName, init, initKey, processBytes, reset, returnByte

Method Details

getAlgorithmName

public String getAlgorithmName()
Return the name of the algorithm the cipher implements.
Specified by:
getAlgorithmName in interface StreamCipher
Overrides:
getAlgorithmName in interface VMPCEngine
Returns:
the name of the algorithm the cipher implements.

initKey

protected void initKey(byte[] keyBytes,
                       byte[] ivBytes)
Overrides:
initKey in interface VMPCEngine