Bouncy Castle Cryptography Library 1.77.0

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
CryptoProWrapEngine()
           
 
Method Summary
 void init(boolean forWrapping, CipherParameters param)
           
 
Methods inherited from class org.bouncycastle.crypto.engines.GOST28147WrapEngine
getAlgorithmName, unwrap, wrap
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CryptoProWrapEngine

public CryptoProWrapEngine()
Method Detail

init

public void init(boolean forWrapping,
                 CipherParameters param)
Overrides:
init in class GOST28147WrapEngine

Bouncy Castle Cryptography Library 1.77.0