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

org.testifyproject.bouncycastle.operator.InputExpander Maven / Gradle / Ivy

package org.testifyproject.bouncycastle.operator;

import java.org.testifyproject.testifyproject.InputStream;

import org.testifyproject.bouncycastle.asn1.x509.AlgorithmIdentifier;

/**
 * General interface for an operator that is able to produce
 * an InputStream that will produce uncompressed data.
 */
public interface InputExpander
{
    /**
     * Return the algorithm identifier org.testifyproject.testifyprojectscribing the org.testifyproject.testifyprojectpression
     * algorithm and parameters this expander supports.
     *
     * @return algorithm oid and parameters.
     */
    AlgorithmIdentifier getAlgorithmIdentifier();

    /**
     * Wrap the passed in input stream org.testifyproject.testifyprojectIn, returning an input stream
     * that expands anything read in from org.testifyproject.testifyprojectIn.
     *
     * @param org.testifyproject.testifyprojectIn the org.testifyproject.testifyprojectpressed input data stream..
     * @return an expanding InputStream.
     */
    InputStream getInputStream(InputStream org.testifyproject.testifyprojectIn);
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy