Method | Description | |
---|---|---|
AppendBlock ( byte buffer, int offset, int count, byte target, int targetOffset ) : int | ||
AppendLastBlock ( byte buffer, int offset, int count ) : byte[] | ||
CreateEncryptor ( ) : void | ||
Reset ( ) : void | ||
SetEncryptionData ( byte key, byte IV ) : void |
Method | Description | |
---|---|---|
CreateAlgorithm ( ) : |
||
EncryptionWrapper ( ) : System |
public AppendBlock ( byte buffer, int offset, int count, byte target, int targetOffset ) : int | ||
buffer | byte | |
offset | int | |
count | int | |
target | byte | |
targetOffset | int | |
return | int |
public AppendLastBlock ( byte buffer, int offset, int count ) : byte[] | ||
buffer | byte | |
offset | int | |
count | int | |
return | byte[] |
protected abstract CreateAlgorithm ( ) : |
||
return |
public SetEncryptionData ( byte key, byte IV ) : void | ||
key | byte | |
IV | byte | |
return | void |