org.bouncycastle.crypto.engines
Class RFC3394WrapEngine
java.lang.Object
org.bouncycastle.crypto.engines.RFC3394WrapEngine
- Wrapper
public class RFC3394WrapEngine
extends java.lang.Object
RFC3394WrapEngine
public RFC3394WrapEngine(BlockCipher engine)
getAlgorithmName
public String getAlgorithmName()
Return the name of the algorithm the wrapper implements.
- getAlgorithmName in interface Wrapper
- the name of the algorithm the wrapper implements.
wrap
public byte[] wrap(byte[] in,
int inOff,
int inLen)
- wrap in interface Wrapper