Uses of Class
org.c02e.jpgpj.DecryptionResult
-
Packages that use DecryptionResult Package Description org.c02e.jpgpj -
-
Uses of DecryptionResult in org.c02e.jpgpj
Methods in org.c02e.jpgpj that return DecryptionResult Modifier and Type Method Description DecryptionResult
Decryptor. decryptWithFullDetails(java.io.InputStream ciphertext, java.io.OutputStream plaintext)
Decrypts the specified PGP message into the specified output stream, including the armored headers (if stream was armored and contained any such headers).
-