Class MissingPassphraseException

  • All Implemented Interfaces:
    java.io.Serializable

    public class MissingPassphraseException
    extends org.bouncycastle.openpgp.PGPException
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<SubkeyIdentifier> getKeyIds()  
      • Methods inherited from class org.bouncycastle.openpgp.PGPException

        getCause, getUnderlyingException
      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • MissingPassphraseException

        public MissingPassphraseException​(java.util.Set<SubkeyIdentifier> keyIds)