Uses of Class
sop.exception.SOPGPException.UnsupportedOption
-
Packages that use SOPGPException.UnsupportedOption Package Description org.pgpainless.sop Implementation of the java-sop package using pgpainless-core.sop.operation Stateless OpenPGP Interface for Java. -
-
Uses of SOPGPException.UnsupportedOption in org.pgpainless.sop
Methods in org.pgpainless.sop that throw SOPGPException.UnsupportedOption Modifier and Type Method Description ArmorArmorImpl. label(ArmorLabel label)EncryptEncryptImpl. mode(EncryptAs mode)VerifyVerifyImpl. notAfter(Date timestamp)VerifyVerifyImpl. notBefore(Date timestamp)DecryptImplDecryptImpl. verifyNotAfter(Date timestamp)DecryptImplDecryptImpl. verifyNotBefore(Date timestamp)EncryptEncryptImpl. withPassword(String password)DecryptImplDecryptImpl. withSessionKey(SessionKey sessionKey) -
Uses of SOPGPException.UnsupportedOption in sop.operation
Methods in sop.operation that throw SOPGPException.UnsupportedOption Modifier and Type Method Description ArmorArmor. label(ArmorLabel label)Overrides automatic detection of label.EncryptEncrypt. mode(EncryptAs mode)Sets encryption mode.SignSign. mode(SignAs mode)Sets the signature mode.VerifyVerify. notAfter(Date timestamp)Makes the SOP implementation consider signatures after this date invalid.VerifyVerify. notBefore(Date timestamp)Makes the SOP implementation consider signatures before this date invalid.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.DecryptDecrypt. withPassword(String password)Tries to decrypt with the given password.EncryptEncrypt. withPassword(String password)Encrypt with the given password.DecryptDecrypt. withSessionKey(SessionKey sessionKey)Tries to decrypt with the given session key.
-