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

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

package js.web.webcrypto;

import org.teavm.jso.JSProperty;


public interface RsaPssParams extends Algorithm {
    @JSProperty
    int getSaltLength();

    @JSProperty
    void setSaltLength(int saltLength);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy