All Downloads are FREE. Search and download functionalities are using the official Maven repository.

js.web.webcrypto.DhKeyDeriveParams Maven / Gradle / Ivy

package js.web.webcrypto;

import org.teavm.jso.JSProperty;


public interface DhKeyDeriveParams extends Algorithm {
    @JSProperty
    CryptoKey getPublic();

    @JSProperty
    void setPublic(CryptoKey publicValue);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy