Uses of Class
sop.exception.SOPGPException.MissingArg
-
Packages that use SOPGPException.MissingArg Package Description org.pgpainless.sop Implementation of the java-sop package using pgpainless-core.sop.operation Stateless OpenPGP Interface for Java. -
-
Uses of SOPGPException.MissingArg in org.pgpainless.sop
Methods in org.pgpainless.sop that throw SOPGPException.MissingArg Modifier and Type Method Description ReadyWithResult<DecryptionResult>DecryptImpl. ciphertext(InputStream ciphertext)ReadyGenerateKeyImpl. generate() -
Uses of SOPGPException.MissingArg in sop.operation
Methods in sop.operation that throw SOPGPException.MissingArg 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.ReadyGenerateKey. generate()Generate the OpenPGP key and return it encoded as anInputStream.
-