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.TrustLevelBouncyCastleGpgSignatureVerifier.VerificationResult. trustLevelMethods in org.eclipse.jgit.gpg.bc.internal that return GpgSignatureVerifier.TrustLevel Modifier and Type Method Description GpgSignatureVerifier.TrustLevelBouncyCastleGpgSignatureVerifier.VerificationResult. getTrustLevel()private GpgSignatureVerifier.TrustLevelBouncyCastleGpgSignatureVerifier. 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.TrustLevelGpgSignatureVerifier.SignatureVerification. getTrustLevel()Obtains the trust level of the public key used to verify the signature.static GpgSignatureVerifier.TrustLevelGpgSignatureVerifier.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.
-