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

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

package js.web.webcrypto;

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


public interface AesCfbParams extends Algorithm {
    @JSProperty
    BufferSource getIv();

    @JSProperty
    void setIv(BufferSource iv);

}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy