Uses of Enum Class
org.eclipse.jgit.lib.SignatureVerifier.TrustLevel
Packages that use SignatureVerifier.TrustLevel
-
Uses of SignatureVerifier.TrustLevel in org.eclipse.jgit.lib
Methods in org.eclipse.jgit.lib that return SignatureVerifier.TrustLevelModifier and TypeMethodDescriptionSignatureVerifier.SignatureVerification.trustLevel()Returns the value of thetrustLevelrecord component.static SignatureVerifier.TrustLevelReturns the enum constant of this class with the specified name.static SignatureVerifier.TrustLevel[]SignatureVerifier.TrustLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.eclipse.jgit.lib with parameters of type SignatureVerifier.TrustLevelModifierConstructorDescriptionSignatureVerification(String verifierName, Date creationDate, String signer, String keyFingerprint, String keyUser, boolean verified, boolean expired, SignatureVerifier.TrustLevel trustLevel, String message) Creates an instance of aSignatureVerificationrecord class.