public static enum GpgSignatureVerifier.TrustLevel extends Enum<GpgSignatureVerifier.TrustLevel>
Enum Constant and Description |
---|
FULL |
MARGINAL |
NEVER |
ULTIMATE |
UNKNOWN |
Modifier and Type | Method and Description |
---|---|
static GpgSignatureVerifier.TrustLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static GpgSignatureVerifier.TrustLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final GpgSignatureVerifier.TrustLevel UNKNOWN
public static final GpgSignatureVerifier.TrustLevel NEVER
public static final GpgSignatureVerifier.TrustLevel MARGINAL
public static final GpgSignatureVerifier.TrustLevel FULL
public static final GpgSignatureVerifier.TrustLevel ULTIMATE
public static GpgSignatureVerifier.TrustLevel[] values()
for (GpgSignatureVerifier.TrustLevel c : GpgSignatureVerifier.TrustLevel.values()) System.out.println(c);
public static GpgSignatureVerifier.TrustLevel valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2021 Eclipse JGit Project. All rights reserved.