Interface IDecryptor
public interface IDecryptor
Methods
Finish()
byte[] Finish()
Returns
- byte[]
Update(byte[], int, int)
byte[] Update(byte[] b, int off, int len)
Parameters
Returns
- byte[]
public interface IDecryptor
byte[] Finish()
byte[] Update(byte[] b, int off, int len)