Bouncy Castle Cryptography Library 1.81

org.bouncycastle.crypto.engines
Class CryptoProWrapEngine

java.lang.Object
  extended byorg.bouncycastle.crypto.engines.GOST28147WrapEngine
      extended byorg.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)
Specified by:
init in interface Wrapper
Overrides:
init in class GOST28147WrapEngine

Bouncy Castle Cryptography Library 1.81