Package org.pgpainless.exception
Class MissingPassphraseException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.bouncycastle.openpgp.PGPException
-
- org.pgpainless.exception.MissingPassphraseException
-
- All Implemented Interfaces:
java.io.Serializable
public class MissingPassphraseException extends org.bouncycastle.openpgp.PGPException- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description MissingPassphraseException(java.util.Set<org.pgpainless.key.SubkeyIdentifier> keyIds)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.util.Set<org.pgpainless.key.SubkeyIdentifier>getKeyIds()
-