org.bouncycastle.crypto.engines
Class RFC3211WrapEngine
java.lang.Object
org.bouncycastle.crypto.engines.RFC3211WrapEngine
- Wrapper
public class RFC3211WrapEngine
extends java.lang.Object
an implementation of the RFC 3211 Key Wrap
Specification.
RFC3211WrapEngine
public RFC3211WrapEngine(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