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

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

package js.web.webcrypto;

import org.teavm.jso.JSProperty;


public interface EcKeyGenParams extends Algorithm {
    @JSProperty
    String getNamedCurve();

    @JSProperty
    void setNamedCurve(String namedCurve);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy