Method | Description | |
---|---|---|
Authenticate ( byte masterKey, ArraySegment |
||
Decrypt ( byte masterKey, ArraySegment |
||
Decrypt ( byte masterKey, ArraySegment |
||
Encrypt ( byte masterKey, ArraySegment |
||
Encrypt ( byte masterKey, ArraySegment |
public static Authenticate ( byte masterKey, ArraySegment |
||
masterKey | byte | |
ciphertext | ArraySegment |
|
salt | ArraySegment |
|
counter | uint | |
return | bool |
public static Decrypt ( byte masterKey, ArraySegment |
||
masterKey | byte | |
ciphertext | ArraySegment |
|
salt | ArraySegment |
|
counter | uint | |
return | byte[] |
public static Decrypt ( byte masterKey, ArraySegment |
||
masterKey | byte | |
ciphertext | ArraySegment |
|
outputSegment | ArraySegment |
|
salt | ArraySegment |
|
counter | uint | |
return | void |
public static Encrypt ( byte masterKey, ArraySegment |
||
masterKey | byte | |
plaintext | ArraySegment |
|
salt | ArraySegment |
|
counter | uint | |
return | byte[] |
public static Encrypt ( byte masterKey, ArraySegment |
||
masterKey | byte | |
plaintext | ArraySegment |
|
output | byte | |
outputOffset | int | |
salt | ArraySegment |
|
counter | uint | |
return | void |