Bouncy Castle Cryptography Library 1.39 | |
Prev Class | Next Class | Frames | No Frames |
Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Object
org.bouncycastle.crypto.engines.VMPCEngine
org.bouncycastle.crypto.engines.VMPCKSA3Engine
public class VMPCKSA3Engine
extends VMPCEngine
Field Summary |
Fields inherited from class org.bouncycastle.crypto.engines.VMPCEngine | |
P , n , s , workingIV , workingKey |
Method Summary | |
String |
|
protected void |
|
Methods inherited from class org.bouncycastle.crypto.engines.VMPCEngine | |
getAlgorithmName , init , initKey , processBytes , reset , returnByte |
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.
protected void initKey(byte[] keyBytes, byte[] ivBytes)
- Overrides:
- initKey in interface VMPCEngine