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

no.ks.fiks.io.asice.crypto.DecryptionStreamService Maven / Gradle / Ivy

The newest version!
package no.ks.fiks.io.asice.crypto;

import java.io.InputStream;
import java.security.PrivateKey;
import java.util.List;

@FunctionalInterface
public interface DecryptionStreamService {

    InputStream decrypterStream(final InputStream encryptedStream, List privateKey);
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy