Klasse KeyException

Alle implementierten Schnittstellen:
Serializable
Bekannte direkte Unterklassen:
KeyException.ExpiredKeyException, KeyException.MissingSecretKeyException, KeyException.PublicKeyAlgorithmPolicyException, KeyException.RevokedKeyException, KeyException.UnacceptableEncryptionKeyException, KeyException.UnacceptableSelfSignatureException, KeyException.UnacceptableSigningKeyException, KeyException.UnacceptableThirdPartyCertificationKeyException, KeyException.UnboundUserIdException

public abstract class KeyException extends RuntimeException
Siehe auch:
  • Konstruktordetails

    • KeyException

      protected KeyException(@Nonnull String message, @Nonnull org.pgpainless.key.OpenPgpFingerprint fingerprint)
    • KeyException

      protected KeyException(@Nonnull String message, @Nonnull org.pgpainless.key.OpenPgpFingerprint fingerprint, @Nonnull Throwable underlying)
  • Methodendetails

    • getFingerprint

      public org.pgpainless.key.OpenPgpFingerprint getFingerprint()