Class AesDecryptor
public class AesDecryptor : IDecryptor
- Inheritance
-
AesDecryptor
- Implements
- Inherited Members
Constructors
AesDecryptor(byte[], int, int)
Creates a new instance of AesDecryptor
public AesDecryptor(byte[] key, int off, int len)
Parameters
key
byte[]the byte array containing the key for decryption
off
intoffset of the key in the byte array
len
intthe length of the key in the byte array
Methods
Finish()
public virtual byte[] Finish()
Returns
- byte[]
Update(byte[], int, int)
public virtual byte[] Update(byte[] b, int off, int len)
Parameters
Returns
- byte[]