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

forge.cipher Maven / Gradle / Ivy

package forge;

import org.stjs.javascript.annotation.Namespace;
import org.stjs.javascript.annotation.STJSBridge;

@Namespace("forge")
@STJSBridge()
public class cipher {

	public cipheroutput output;

	public static cipher createCipher(String algorithm, payload secret) {
		return null;
	}

	public static cipher createDecipher(String string, payload secret) {
		return null;
	}

	public void update(payload createBuffer) {
	}

	public void start(Object aesParameters) {
	}

	public void finish() {
	}

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy