Method | Description | |
---|---|---|
Authenticate ( byte encryptedBytes, byte authKey, byte iv ) : byte[] | ||
CreateHashAlgorithm ( byte authKey ) : |
||
DecryptAuthenticated ( byte authEncryptedBytes, byte cryptKey ) : byte[] | ||
Verify ( byte authEncryptedBytes, byte authKey ) : bool |
public static Authenticate ( byte encryptedBytes, byte authKey, byte iv ) : byte[] | ||
encryptedBytes | byte | |
authKey | byte | |
iv | byte | |
return | byte[] |
public static CreateHashAlgorithm ( byte authKey ) : |
||
authKey | byte | |
return |
public static DecryptAuthenticated ( byte authEncryptedBytes, byte cryptKey ) : byte[] | ||
authEncryptedBytes | byte | |
cryptKey | byte | |
return | byte[] |
public static Verify ( byte authEncryptedBytes, byte authKey ) : bool | ||
authEncryptedBytes | byte | |
authKey | byte | |
return | bool |