Uses of Class
sop.ReadyWithResult
-
Packages that use ReadyWithResult Package Description org.pgpainless.sop Implementation of the java-sop package using pgpainless-core.sop.operation Stateless OpenPGP Interface for Java. -
-
Uses of ReadyWithResult in org.pgpainless.sop
Methods in org.pgpainless.sop that return ReadyWithResult Modifier and Type Method Description ReadyWithResult<DecryptionResult>DecryptImpl. ciphertext(InputStream ciphertext)ReadyWithResult<Signatures>DetachInbandSignatureAndMessageImpl. message(InputStream messageInputStream) -
Uses of ReadyWithResult in sop.operation
Methods in sop.operation that return ReadyWithResult Modifier and Type Method Description default ReadyWithResult<DecryptionResult>Decrypt. ciphertext(byte[] ciphertext)Decrypts the given ciphertext, returning verification results and plaintext.ReadyWithResult<DecryptionResult>Decrypt. ciphertext(InputStream ciphertext)Decrypts the given ciphertext, returning verification results and plaintext.default ReadyWithResult<Signatures>DetachInbandSignatureAndMessage. message(byte[] message)Detach the provided cleartext signed message from its signatures.ReadyWithResult<Signatures>DetachInbandSignatureAndMessage. message(InputStream messageInputStream)Detach the provided cleartext signed message from its signatures.
-