public Rfc3394WrapEngine(
IBlockCipher engine,
bool useReverseDirection
)
Public Sub New (
engine As IBlockCipher,
useReverseDirection As Boolean
)
public:
Rfc3394WrapEngine(
IBlockCipher^ engine,
bool useReverseDirection
)
Org.BouncyCastle.Crypto.Engines.Rfc3394WrapEngine = function(engine, useReverseDirection);