Class BouncyCastleGpgSignatureVerifier.VerificationResult

    • Constructor Summary

      Constructors 
      Constructor Description
      VerificationResult​(java.util.Date creationDate, java.lang.String signer, java.lang.String fingerprint, java.lang.String user, boolean verified, boolean expired, GpgSignatureVerifier.TrustLevel trust, java.lang.String message)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Date getCreationDate()  
      java.lang.String getKeyFingerprint()
      Obtains the short or long fingerprint of the public key as stored in the signature, if known.
      java.lang.String getKeyUser()
      Obtains the OpenPGP user ID associated with the key.
      java.lang.String getMessage()
      Obtains a human-readable message giving additional information about the outcome of the verification.
      java.lang.String getSigner()
      Obtains the signer as stored in the signature, if known.
      GpgSignatureVerifier.TrustLevel getTrustLevel()
      Obtains the trust level of the public key used to verify the signature.
      boolean getVerified()
      Tells whether the signature verification was successful.
      boolean isExpired()
      Tells whether the public key used for this signature verification was expired when the signature was created.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait