AaltoTLS.PluginInterface.BulkCipherAlgorithm.CreateDecryptor C# (CSharp) Method

CreateDecryptor() public abstract method

public abstract CreateDecryptor ( byte rgbKey, byte rgbIV, byte additional ) : ICryptoTransform
rgbKey byte
rgbIV byte
additional byte
return ICryptoTransform
        public abstract ICryptoTransform CreateDecryptor(byte[] rgbKey, byte[] rgbIV, byte[] additional);

Same methods

BulkCipherAlgorithm::CreateDecryptor ( byte rgbKey, byte rgbIV ) : ICryptoTransform