java.lang.Object
org.bouncycastle.crypto.engines.AESWrapEngine
public class AESWrapEngine
extends java.lang.Object
implements Wrapper
String
getAlgorithmName()
void
init(boolean forWrapping, CipherParameters param)
byte[]
unwrap(byte[] in, int inOff, int inLen)
wrap(byte[] in, int inOff, int inLen)
public String getAlgorithmName()
Specified by:getAlgorithmName in interface Wrapper
public void init(boolean forWrapping, CipherParameters param)
Specified by:init in interface Wrapper
public byte[] unwrap(byte[] in, int inOff, int inLen) throws InvalidCipherTextException
Specified by:unwrap in interface Wrapper
public byte[] wrap(byte[] in, int inOff, int inLen)
Specified by:wrap in interface Wrapper