public class

VMPCKSA3Engine

extends VMPCEngine
java.lang.Object
   ↳ org.bouncycastle.crypto.engines.VMPCEngine
     ↳ org.bouncycastle.crypto.engines.VMPCKSA3Engine

Summary

[Expand]
Inherited Fields
From class org.bouncycastle.crypto.engines.VMPCEngine
Public Constructors
VMPCKSA3Engine()
Public Methods
String getAlgorithmName()
Return the name of the algorithm the cipher implements.
Protected Methods
void initKey(byte[] keyBytes, byte[] ivBytes)
[Expand]
Inherited Methods
From class org.bouncycastle.crypto.engines.VMPCEngine
From class java.lang.Object
From interface org.bouncycastle.crypto.StreamCipher

Public Constructors

public VMPCKSA3Engine ()

Public Methods

public String getAlgorithmName ()

Return the name of the algorithm the cipher implements.

Returns
  • the name of the algorithm the cipher implements.

Protected Methods

protected void initKey (byte[] keyBytes, byte[] ivBytes)