CryptoUtilsEncryptEc Method |
Encrypts data with EC cryptography.
Namespace: KeeperSecurity.UtilsAssembly: KeeperSdk (in KeeperSdk.dll) Version: 1.0.5
Syntax public static byte[] EncryptEc(
byte[] data,
ECPublicKeyParameters publicKey
)
Parameters
- data Byte
- Plain text
- publicKey ECPublicKeyParameters
- Public key.
Return Value
ByteEncrypted data
Remarks [EPHEMERAL PUBLIC KEY][AES GCM ENCRYPTED DATA]
See Also