EcdhKeyExchangeProvider Class

Definition

Provides a Security Key that can be used as Content Encryption Key (CEK) for use with a JWE

public class EcdhKeyExchangeProvider
type EcdhKeyExchangeProvider = class
Public Class EcdhKeyExchangeProvider
Inheritance
EcdhKeyExchangeProvider

Constructors

EcdhKeyExchangeProvider(SecurityKey, SecurityKey, String, String)

Initializes a new instance of EcdhKeyExchangeProvider used for CEKs

Properties

KeyDataLen

Number of bits in the desired output key

Methods

GenerateKdf(String, String)

Generates the KDF

Applies to