interface ECDHKeyPair {
    private: Uint8Array;
    public: Uint8Array;
}

Properties

Properties

private: Uint8Array
public: Uint8Array