interface EcdhKeyDeriveParams {
    name: string;
    public: CryptoKey;
}

Hierarchy (View Summary)

Properties

Properties

name: string
public: CryptoKey