public bool SetKey(byte[] input, CryptoLib.Algorithm a) { return(base.Channel.SetKey(input, a)); }
public System.Threading.Tasks.Task <byte[]> DeCryptAsync(byte[] input, CryptoLib.Algorithm a) { return(base.Channel.DeCryptAsync(input, a)); }
public byte[] DeCrypt(byte[] input, CryptoLib.Algorithm a) { return(base.Channel.DeCrypt(input, a)); }
public System.Threading.Tasks.Task <bool> SetPropertiesAsync(System.Collections.Generic.Dictionary <string, byte[]> specArguments, CryptoLib.Algorithm a) { return(base.Channel.SetPropertiesAsync(specArguments, a)); }
public bool SetProperties(System.Collections.Generic.Dictionary <string, byte[]> specArguments, CryptoLib.Algorithm a) { return(base.Channel.SetProperties(specArguments, a)); }
public System.Threading.Tasks.Task <bool> SetKeyAsync(byte[] input, CryptoLib.Algorithm a) { return(base.Channel.SetKeyAsync(input, a)); }