Package org.pgpainless.key.protection
Interface SecretKeyRingProtector2
-
- All Known Subinterfaces:
SecretKeyRingProtectorAdapter
- All Known Implementing Classes:
CallbackBasedKeyringProtector
public interface SecretKeyRingProtector2
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.bouncycastle.openpgp.operator.PBESecretKeyDecryptorgetDecryptor(org.bouncycastle.openpgp.PGPSecretKey key)org.bouncycastle.openpgp.operator.PBESecretKeyEncryptorgetEncryptor(org.bouncycastle.openpgp.PGPSecretKey key)
-
-
-
Method Detail
-
getDecryptor
org.bouncycastle.openpgp.operator.PBESecretKeyDecryptor getDecryptor(org.bouncycastle.openpgp.PGPSecretKey key) throws org.bouncycastle.openpgp.PGPException- Throws:
org.bouncycastle.openpgp.PGPException
-
getEncryptor
org.bouncycastle.openpgp.operator.PBESecretKeyEncryptor getEncryptor(org.bouncycastle.openpgp.PGPSecretKey key) throws org.bouncycastle.openpgp.PGPException- Throws:
org.bouncycastle.openpgp.PGPException
-
-