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

Hierarchy (view full)

Properties

Properties

name: string
public: CryptoKey