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

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

package js.web.webcrypto;

import org.teavm.jso.JSProperty;


public interface RsaHashedKeyAlgorithm extends RsaKeyAlgorithm {
    @JSProperty
    KeyAlgorithm getHash();

    @JSProperty
    void setHash(KeyAlgorithm hash);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy