Click or drag to resize

CryptoUtilsDecryptEc Method

Decrypts data wit EC cryptography.

Namespace: KeeperSecurity.Utils
Assembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5-beta11
Syntax
C#
public static byte[] DecryptEc(
	byte[] data,
	ECPrivateKeyParameters privateKey
)

Parameters

data  Byte
Encrypted data.
privateKey  ECPrivateKeyParameters
Private key.

Return Value

Byte
Plain data.
See Also