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

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

package js.web.webcrypto;

import js.web.dom.BufferSource;
import org.teavm.jso.JSProperty;

import javax.annotation.Nullable;


public interface RsaOaepParams extends Algorithm {
    @JSProperty
    @Nullable
    BufferSource getLabel();

    @JSProperty
    void setLabel(BufferSource label);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy