IWrapper public interface IWrapper Documentation Code string AlgorithmName { get; } The name of the algorithm this cipher implements. void Init(bool forWrapping, ICipherParameters parameters) byte[] Unwrap(byte[] input, int inOff, int length) byte[] Wrap(byte[] input, int inOff, int length)