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

io.trbl.bcpg.SecretTransform Maven / Gradle / Ivy

The newest version!
package io.trbl.bcpg;

import java.io.IOException;
import java.io.InputStream;
import java.io.OutputStream;

public interface SecretTransform {

  void run(char[] passphrase, InputStream inputStream, OutputStream outputStream) throws CryptoException, IOException;

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy