@Generated(value="Generated by the protocol buffer compiler") public enum CertVerificationStatus extends java.lang.Enum<CertVerificationStatus> implements com.google.protobuf.ProtocolMessageEnum
Modifier and Type | Field and Description |
---|---|
static int |
AUTHORITY_INVALID_VALUE |
static int |
CERT_VERIFICATION_STATUS_UNSPECIFIED_VALUE
Reserved value.
|
static int |
CERTIFICATE_TRANSPARENCY_REQUIRED_VALUE |
static int |
COMMON_NAME_INVALID_VALUE |
static int |
DATE_INVALID_VALUE |
static int |
INVALID_VALUE |
static int |
IS_EV_VALUE |
static int |
NAME_CONSTRAINT_VIOLATION_VALUE |
static int |
NO_REVOCATION_MECHANISM_VALUE |
static int |
NON_UNIQUE_NAME_VALUE |
static int |
PINNED_KEY_MISSING_VALUE |
static int |
REV_CHECKING_ENABLED_VALUE |
static int |
REVOKED_VALUE |
static int |
SHA1_SIGNATURE_PRESENT_VALUE |
static int |
UNABLE_TO_CHECK_REVOCATION_VALUE |
static int |
VALIDITY_TOO_LONG_VALUE |
static int |
WEAK_KEY_VALUE |
static int |
WEAK_SIGNATURE_ALGORITHM_VALUE |
Modifier and Type | Method and Description |
---|---|
static CertVerificationStatus |
forNumber(int value) |
static com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptor() |
com.google.protobuf.Descriptors.EnumDescriptor |
getDescriptorForType() |
int |
getNumber() |
com.google.protobuf.Descriptors.EnumValueDescriptor |
getValueDescriptor() |
static com.google.protobuf.Internal.EnumLiteMap<CertVerificationStatus> |
internalGetValueMap() |
static CertVerificationStatus |
valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) |
static CertVerificationStatus |
valueOf(int value)
Deprecated.
Use
forNumber(int) instead. |
static CertVerificationStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CertVerificationStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CertVerificationStatus CERT_VERIFICATION_STATUS_UNSPECIFIED
public static final CertVerificationStatus COMMON_NAME_INVALID
public static final CertVerificationStatus DATE_INVALID
public static final CertVerificationStatus AUTHORITY_INVALID
public static final CertVerificationStatus NO_REVOCATION_MECHANISM
public static final CertVerificationStatus UNABLE_TO_CHECK_REVOCATION
public static final CertVerificationStatus REVOKED
public static final CertVerificationStatus INVALID
public static final CertVerificationStatus WEAK_SIGNATURE_ALGORITHM
public static final CertVerificationStatus NON_UNIQUE_NAME
public static final CertVerificationStatus WEAK_KEY
public static final CertVerificationStatus PINNED_KEY_MISSING
public static final CertVerificationStatus NAME_CONSTRAINT_VIOLATION
public static final CertVerificationStatus VALIDITY_TOO_LONG
public static final CertVerificationStatus IS_EV
public static final CertVerificationStatus REV_CHECKING_ENABLED
public static final CertVerificationStatus SHA1_SIGNATURE_PRESENT
public static final CertVerificationStatus CERTIFICATE_TRANSPARENCY_REQUIRED
public static final CertVerificationStatus UNRECOGNIZED
public static final int CERT_VERIFICATION_STATUS_UNSPECIFIED_VALUE
public static final int COMMON_NAME_INVALID_VALUE
public static final int DATE_INVALID_VALUE
public static final int AUTHORITY_INVALID_VALUE
public static final int NO_REVOCATION_MECHANISM_VALUE
public static final int UNABLE_TO_CHECK_REVOCATION_VALUE
public static final int REVOKED_VALUE
public static final int INVALID_VALUE
public static final int WEAK_SIGNATURE_ALGORITHM_VALUE
public static final int NON_UNIQUE_NAME_VALUE
public static final int WEAK_KEY_VALUE
public static final int PINNED_KEY_MISSING_VALUE
public static final int NAME_CONSTRAINT_VIOLATION_VALUE
public static final int VALIDITY_TOO_LONG_VALUE
public static final int IS_EV_VALUE
public static final int REV_CHECKING_ENABLED_VALUE
public static final int SHA1_SIGNATURE_PRESENT_VALUE
public static final int CERTIFICATE_TRANSPARENCY_REQUIRED_VALUE
public static CertVerificationStatus[] values()
for (CertVerificationStatus c : CertVerificationStatus.values()) System.out.println(c);
public static CertVerificationStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic final int getNumber()
getNumber
in interface com.google.protobuf.Internal.EnumLite
getNumber
in interface com.google.protobuf.ProtocolMessageEnum
@Deprecated public static CertVerificationStatus valueOf(int value)
forNumber(int)
instead.value
- The numeric wire value of the corresponding enum entry.public static CertVerificationStatus forNumber(int value)
value
- The numeric wire value of the corresponding enum entry.public static com.google.protobuf.Internal.EnumLiteMap<CertVerificationStatus> internalGetValueMap()
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()
getValueDescriptor
in interface com.google.protobuf.ProtocolMessageEnum
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
getDescriptorForType
in interface com.google.protobuf.ProtocolMessageEnum
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor()
public static CertVerificationStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc)