Package org.bouncycastle.crypto.engines
Class CryptoProWrapEngine
- java.lang.Object
-
- org.bouncycastle.crypto.engines.GOST28147WrapEngine
-
- org.bouncycastle.crypto.engines.CryptoProWrapEngine
-
- All Implemented Interfaces:
Wrapper
public class CryptoProWrapEngine extends GOST28147WrapEngine
-
-
Constructor Summary
Constructors Constructor Description CryptoProWrapEngine()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidinit(boolean forWrapping, CipherParameters param)-
Methods inherited from class org.bouncycastle.crypto.engines.GOST28147WrapEngine
getAlgorithmName, unwrap, wrap
-
-
-
-
Method Detail
-
init
public void init(boolean forWrapping, CipherParameters param)- Specified by:
initin interfaceWrapper- Overrides:
initin classGOST28147WrapEngine
-
-