CryptoUtilsDecryptEc Method

[Missing <summary> documentation for "M:KeeperSecurity.Utils.CryptoUtils.DecryptEc(System.Byte[],Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters)"]

Definition

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

Parameters

data  Byte

[Missing <param name="data"/> documentation for "M:KeeperSecurity.Utils.CryptoUtils.DecryptEc(System.Byte[],Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters)"]

privateKey  ECPrivateKeyParameters

[Missing <param name="privateKey"/> documentation for "M:KeeperSecurity.Utils.CryptoUtils.DecryptEc(System.Byte[],Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters)"]

Return Value

Byte

[Missing <returns> documentation for "M:KeeperSecurity.Utils.CryptoUtils.DecryptEc(System.Byte[],Org.BouncyCastle.Crypto.Parameters.ECPrivateKeyParameters)"]

See Also