Uses of Enum Class
org.eclipse.jgit.lib.GpgSignatureVerifier.TrustLevel
Packages that use GpgSignatureVerifier.TrustLevel
Package
Description
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.TrustLevelModifier and TypeFieldDescriptionprivate final GpgSignatureVerifier.TrustLevel
BouncyCastleGpgSignatureVerifier.VerificationResult.trustLevel
Methods in org.eclipse.jgit.gpg.bc.internal that return GpgSignatureVerifier.TrustLevelModifier and TypeMethodDescriptionBouncyCastleGpgSignatureVerifier.VerificationResult.getTrustLevel()
private GpgSignatureVerifier.TrustLevel
BouncyCastleGpgSignatureVerifier.parseGpgTrustPacket
(byte[] packet) Constructors in org.eclipse.jgit.gpg.bc.internal with parameters of type GpgSignatureVerifier.TrustLevelModifierConstructorDescriptionVerificationResult
(Date creationDate, String signer, String fingerprint, String user, boolean verified, boolean expired, GpgSignatureVerifier.TrustLevel trust, String message) -
Uses of GpgSignatureVerifier.TrustLevel in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return GpgSignatureVerifier.TrustLevelModifier and TypeMethodDescriptionGpgSignatureVerifier.SignatureVerification.getTrustLevel()
Obtains the trust level of the public key used to verify the signature.Returns the enum constant of this class with the specified name.static GpgSignatureVerifier.TrustLevel[]
GpgSignatureVerifier.TrustLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.