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

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

package js.web.webcrypto;

import js.lang.Unknown;
import org.teavm.jso.JSProperty;


public interface RsaHashedKeyGenParams extends RsaKeyGenParams {
    @JSProperty
    Unknown getHash();

    @JSProperty
    void setHash(String hash);

    @JSProperty
    void setHash(Algorithm hash);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy