Class KeyValidationException

  • All Implemented Interfaces:
    java.io.Serializable

    public class KeyValidationException
    extends java.lang.AssertionError
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor Description
      KeyValidationException​(java.lang.String userId, org.bouncycastle.openpgp.PGPSignature userIdSig, org.bouncycastle.openpgp.PGPSignature userIdRevocation)  
    • Method Summary

      • Methods inherited from class java.lang.Throwable

        addSuppressed, fillInStackTrace, getCause, 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

      • KeyValidationException

        public KeyValidationException​(java.lang.String userId,
                                      org.bouncycastle.openpgp.PGPSignature userIdSig,
                                      org.bouncycastle.openpgp.PGPSignature userIdRevocation)