Class MissingOpenPgpKeyException

java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jivesoftware.smackx.ox.exception.MissingOpenPgpKeyException
All Implemented Interfaces:
Serializable

Exception that gets thrown when an operation is missing an OpenPGP key.
See Also:
  • Constructor Details

  • Method Details

    • getOwner

      public BareJid getOwner()
      Return the BareJid of the owner of the missing key.
      Returns:
      owner of missing key.
    • getFingerprint

      public org.pgpainless.key.OpenPgpV4Fingerprint getFingerprint()
      Return the OpenPgpV4Fingerprint of the missing key.
      Returns:
      OpenPgpV4Fingerprint of the missing key.