Uses of Enum
org.eclipse.jgit.lib.GpgSignatureVerifier.TrustLevel
Packages that use GpgSignatureVerifier.TrustLevel
-
Uses of GpgSignatureVerifier.TrustLevel in org.eclipse.jgit.lib
Subclasses with type arguments of type GpgSignatureVerifier.TrustLevel in org.eclipse.jgit.libModifier and TypeClassDescriptionstatic enumThe owner's trust in a public key.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 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.