Uses of Interface
sop.operation.Decrypt
-
Packages that use Decrypt Package Description org.pgpainless.sop Implementation of the java-sop package using pgpainless-core.sop Stateless OpenPGP Interface for Java.sop.operation Stateless OpenPGP Interface for Java. -
-
Uses of Decrypt in org.pgpainless.sop
Classes in org.pgpainless.sop that implement Decrypt Modifier and Type Class Description classDecryptImplMethods in org.pgpainless.sop that return Decrypt Modifier and Type Method Description DecryptSOPImpl. decrypt() -
Uses of Decrypt in sop
Methods in sop that return Decrypt Modifier and Type Method Description DecryptSOP. decrypt()Decrypt a message. -
Uses of Decrypt in sop.operation
Methods in sop.operation that return Decrypt Modifier and Type Method Description DecryptDecrypt. verifyNotAfter(Date timestamp)Makes the SOP consider signatures after this date invalid.DecryptDecrypt. verifyNotBefore(Date timestamp)Makes the SOP consider signatures before this date invalid.default DecryptDecrypt. verifyWithCert(byte[] cert)Adds the verification cert.DecryptDecrypt. verifyWithCert(InputStream cert)Adds the verification cert.default DecryptDecrypt. withKey(byte[] key)Adds the decryption key.DecryptDecrypt. withKey(InputStream key)Adds the decryption key.DecryptDecrypt. withPassword(String password)Tries to decrypt with the given password.DecryptDecrypt. withSessionKey(SessionKey sessionKey)Tries to decrypt with the given session key.
-