Interface DecryptionBuilderInterface

  • All Known Implementing Classes:
    DecryptionBuilder

    public interface DecryptionBuilderInterface
    • Method Detail

      • onInputStream

        DecryptionBuilderInterface.DecryptWith onInputStream​(@Nonnull
                                                             java.io.InputStream inputStream)
        Create a DecryptionStream on an InputStream which contains the encrypted and/or signed data.
        Parameters:
        inputStream - encrypted and/or signed data.
        Returns:
        api handle