Uses of Class
org.eclipse.jgit.lib.GpgSignatureVerifier.TrustLevel
-
Packages that use GpgSignatureVerifier.TrustLevel Package Description org.eclipse.jgit.gpg.bc.internal org.eclipse.jgit.lib Core API for repository, config, refs, object database. -
-
Uses of GpgSignatureVerifier.TrustLevel in org.eclipse.jgit.gpg.bc.internal
Fields in org.eclipse.jgit.gpg.bc.internal declared as GpgSignatureVerifier.TrustLevel Modifier and Type Field Description private GpgSignatureVerifier.TrustLevel
BouncyCastleGpgSignatureVerifier.VerificationResult. trustLevel
Methods in org.eclipse.jgit.gpg.bc.internal that return GpgSignatureVerifier.TrustLevel Modifier and Type Method Description GpgSignatureVerifier.TrustLevel
BouncyCastleGpgSignatureVerifier.VerificationResult. getTrustLevel()
private GpgSignatureVerifier.TrustLevel
BouncyCastleGpgSignatureVerifier. parseGpgTrustPacket(byte[] packet)
Constructors in org.eclipse.jgit.gpg.bc.internal with parameters of type GpgSignatureVerifier.TrustLevel 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)
-
Uses of GpgSignatureVerifier.TrustLevel in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return GpgSignatureVerifier.TrustLevel Modifier and Type Method Description GpgSignatureVerifier.TrustLevel
GpgSignatureVerifier.SignatureVerification. getTrustLevel()
Obtains the trust level of the public key used to verify the signature.static GpgSignatureVerifier.TrustLevel
GpgSignatureVerifier.TrustLevel. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static GpgSignatureVerifier.TrustLevel[]
GpgSignatureVerifier.TrustLevel. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-