| 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.Objectorg.bouncycastle.crypto.engines.VMPCEngineorg.bouncycastle.crypto.engines.VMPCKSA3Enginepublic class VMPCKSA3Engineextends VMPCEngineField 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