Interface DecryptionBuilderInterface
-
- All Known Implementing Classes:
DecryptionBuilder
public interface DecryptionBuilderInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interface
DecryptionBuilderInterface.DecryptWith
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecryptionBuilderInterface.DecryptWith
onInputStream(InputStream inputStream)
Create aDecryptionStream
on anInputStream
which contains the encrypted and/or signed data.
-
-
-
Method Detail
-
onInputStream
DecryptionBuilderInterface.DecryptWith onInputStream(@Nonnull InputStream inputStream)
Create aDecryptionStream
on anInputStream
which contains the encrypted and/or signed data.- Parameters:
inputStream
- encrypted and/or signed data.- Returns:
- api handle
-
-