Uses of Class
org.pgpainless.key.protection.PasswordBasedSecretKeyRingProtector
-
Packages that use PasswordBasedSecretKeyRingProtector Package Description org.pgpainless.key.protection Classes related to OpenPGP secret key password protection. -
-
Uses of PasswordBasedSecretKeyRingProtector in org.pgpainless.key.protection
Methods in org.pgpainless.key.protection that return PasswordBasedSecretKeyRingProtector Modifier and Type Method Description static PasswordBasedSecretKeyRingProtectorPasswordBasedSecretKeyRingProtector. forKey(org.bouncycastle.openpgp.PGPKeyRing keyRing, Passphrase passphrase)static PasswordBasedSecretKeyRingProtectorPasswordBasedSecretKeyRingProtector. forKey(org.bouncycastle.openpgp.PGPSecretKey key, Passphrase passphrase)static PasswordBasedSecretKeyRingProtectorPasswordBasedSecretKeyRingProtector. forKeyId(long singleKeyId, Passphrase passphrase)
-