-
Interfaces Interface Description org.pgpainless.key.protection.SecretKeyRingProtector useSecretKeyRingProtector2instead.
-
Methods Method Description org.pgpainless.PGPainless.createDecryptor() UsePGPainless.decryptAndOrVerify()instead.org.pgpainless.PGPainless.createEncryptor() UsePGPainless.encryptAndOrSign()instead.org.pgpainless.PGPainless.decryptWithPassword(byte[], Passphrase) UsePGPainless.decryptAndOrVerify()instead and provide the decryption passphrase inDecryptionBuilderInterface.DecryptWith.decryptWith(Passphrase).org.pgpainless.PGPainless.encryptWithPassword(byte[], Passphrase, SymmetricKeyAlgorithm) usePGPainless.encryptAndOrSign()instead and provide a passphrase inEncryptionBuilderInterface.ToRecipients.forPassphrases(Passphrase...).
-
Enum Constants Enum Constant Description org.pgpainless.algorithm.PublicKeyAlgorithm.EC usePublicKeyAlgorithm.ECDHinstead.org.pgpainless.algorithm.PublicKeyAlgorithm.ELGAMAL_GENERAL see https://tools.ietf.org/html/rfc4880#section-13.8org.pgpainless.algorithm.PublicKeyAlgorithm.RSA_ENCRYPT see https://tools.ietf.org/html/rfc4880#section-13.5org.pgpainless.algorithm.PublicKeyAlgorithm.RSA_SIGN see https://tools.ietf.org/html/rfc4880#section-13.5org.pgpainless.algorithm.SymmetricKeyAlgorithm.IDEA use a different algorithm.org.pgpainless.key.generation.type.rsa.RsaLength._1024 org.pgpainless.key.generation.type.rsa.RsaLength._2048