Method | Description | |
---|---|---|
OpenSslCipher ( |
||
Transform ( byte input, int inputOffset, int count, byte output, int outputOffset ) : int | ||
TransformFinal ( byte input, int inputOffset, int count ) : byte[] |
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Method | Description | |
---|---|---|
CheckBoolReturn ( bool returnValue ) : void | ||
CipherUpdate ( byte input, int inputOffset, int count, byte output, int outputOffset ) : int | ||
OpenKey ( |
||
ProcessFinalBlock ( byte input, int inputOffset, int count ) : byte[] | ||
Reset ( ) : void |
public OpenSslCipher ( |
||
algorithm | ||
cipherMode | CipherMode | |
blockSizeInBytes | int | |
key | byte | |
effectiveKeyLength | int | |
iv | byte | |
encrypting | bool | |
return | System |
public Transform ( byte input, int inputOffset, int count, byte output, int outputOffset ) : int | ||
input | byte | |
inputOffset | int | |
count | int | |
output | byte | |
outputOffset | int | |
return | int |
public TransformFinal ( byte input, int inputOffset, int count ) : byte[] | ||
input | byte | |
inputOffset | int | |
count | int | |
return | byte[] |