Package org.bouncycastle.crypto
Interface Wrapper
- All Known Implementing Classes:
AESWrapEngine,DESedeWrapEngine,RFC3394WrapEngine
public interface Wrapper
-
Method Summary
Modifier and Type Method Description StringgetAlgorithmName()Return the name of the algorithm the wrapper implements.voidinit(boolean forWrapping, CipherParameters param)byte[]unwrap(byte[] in, int inOff, int inLen)byte[]wrap(byte[] in, int inOff, int inLen)
-
Method Details
-
init
-
getAlgorithmName
String getAlgorithmName()Return the name of the algorithm the wrapper implements.- Returns:
- the name of the algorithm the wrapper implements.
-
wrap
byte[] wrap(byte[] in, int inOff, int inLen) -
unwrap
- Throws:
InvalidCipherTextException
-