Class VerifyCleartextSignaturesImpl
- java.lang.Object
-
- org.pgpainless.decryption_verification.cleartext_signatures.VerifyCleartextSignaturesImpl
-
- All Implemented Interfaces:
VerifyCleartextSignatures
public class VerifyCleartextSignaturesImpl extends Object implements VerifyCleartextSignatures
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description class
VerifyCleartextSignaturesImpl.VerifyWithImpl
-
Nested classes/interfaces inherited from interface org.pgpainless.decryption_verification.cleartext_signatures.VerifyCleartextSignatures
VerifyCleartextSignatures.VerifyWith
-
-
Constructor Summary
Constructors Constructor Description VerifyCleartextSignaturesImpl()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VerifyCleartextSignaturesImpl.VerifyWithImpl
onInputStream(InputStream inputStream)
Provide theInputStream
which contains the cleartext-signed message.
-
-
-
Constructor Detail
-
VerifyCleartextSignaturesImpl
public VerifyCleartextSignaturesImpl()
-
-
Method Detail
-
onInputStream
public VerifyCleartextSignaturesImpl.VerifyWithImpl onInputStream(InputStream inputStream)
Description copied from interface:VerifyCleartextSignatures
Provide theInputStream
which contains the cleartext-signed message.- Specified by:
onInputStream
in interfaceVerifyCleartextSignatures
- Parameters:
inputStream
- inputstream- Returns:
- api handle
-
-