Interface DecryptionBuilderInterface
-
- All Known Implementing Classes:
DecryptionBuilder
public interface DecryptionBuilderInterface
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static interfaceDecryptionBuilderInterface.Buildstatic interfaceDecryptionBuilderInterface.DecryptWithstatic interfaceDecryptionBuilderInterface.HandleMissingPublicKeysstatic interfaceDecryptionBuilderInterface.Verifystatic interfaceDecryptionBuilderInterface.VerifyWith
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DecryptionBuilderInterface.DecryptWithonInputStream(java.io.InputStream inputStream)Create aDecryptionStreamon anInputStreamwhich contains the encrypted and/or signed data.
-
-
-
Method Detail
-
onInputStream
DecryptionBuilderInterface.DecryptWith onInputStream(@Nonnull java.io.InputStream inputStream)
Create aDecryptionStreamon anInputStreamwhich contains the encrypted and/or signed data.- Parameters:
inputStream- encrypted and/or signed data.- Returns:
- api handle
-
-