Package com.teamdev.jxbrowser.net.tls
Enum Class CertVerificationStatus
- All Implemented Interfaces:
com.google.protobuf.Internal.EnumLite
,com.google.protobuf.ProtocolMessageEnum
,Serializable
,Comparable<CertVerificationStatus>
,Constable
@Generated("Generated by the protocol buffer compiler")
public enum CertVerificationStatus
extends Enum<CertVerificationStatus>
implements com.google.protobuf.ProtocolMessageEnum
The certificate verification status codes.
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum ConstantDescriptionReserved value. -
Field Summary
Modifier and TypeFieldDescriptionstatic final int
static final int
Reserved value.static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
static final int
-
Method Summary
Modifier and TypeMethodDescriptionstatic CertVerificationStatus
forNumber
(int value) static final com.google.protobuf.Descriptors.EnumDescriptor
final com.google.protobuf.Descriptors.EnumDescriptor
final int
final com.google.protobuf.Descriptors.EnumValueDescriptor
static com.google.protobuf.Internal.EnumLiteMap<CertVerificationStatus>
static CertVerificationStatus
valueOf
(int value) Deprecated.static CertVerificationStatus
valueOf
(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name.static CertVerificationStatus
Returns the enum constant of this class with the specified name.static CertVerificationStatus[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
CERT_VERIFICATION_STATUS_UNSPECIFIED
Reserved value. -
COMMON_NAME_INVALID
-
DATE_INVALID
-
AUTHORITY_INVALID
-
NO_REVOCATION_MECHANISM
-
UNABLE_TO_CHECK_REVOCATION
-
REVOKED
-
INVALID
-
WEAK_SIGNATURE_ALGORITHM
-
NON_UNIQUE_NAME
-
WEAK_KEY
-
PINNED_KEY_MISSING
-
NAME_CONSTRAINT_VIOLATION
-
VALIDITY_TOO_LONG
-
IS_EV
-
REV_CHECKING_ENABLED
-
SHA1_SIGNATURE_PRESENT
-
CERTIFICATE_TRANSPARENCY_REQUIRED
-
UNRECOGNIZED
-
-
Field Details
-
CERT_VERIFICATION_STATUS_UNSPECIFIED_VALUE
public static final int CERT_VERIFICATION_STATUS_UNSPECIFIED_VALUEReserved value.- See Also:
-
COMMON_NAME_INVALID_VALUE
public static final int COMMON_NAME_INVALID_VALUE- See Also:
-
DATE_INVALID_VALUE
public static final int DATE_INVALID_VALUE- See Also:
-
AUTHORITY_INVALID_VALUE
public static final int AUTHORITY_INVALID_VALUE- See Also:
-
NO_REVOCATION_MECHANISM_VALUE
public static final int NO_REVOCATION_MECHANISM_VALUE- See Also:
-
UNABLE_TO_CHECK_REVOCATION_VALUE
public static final int UNABLE_TO_CHECK_REVOCATION_VALUE- See Also:
-
REVOKED_VALUE
public static final int REVOKED_VALUE- See Also:
-
INVALID_VALUE
public static final int INVALID_VALUE- See Also:
-
WEAK_SIGNATURE_ALGORITHM_VALUE
public static final int WEAK_SIGNATURE_ALGORITHM_VALUE- See Also:
-
NON_UNIQUE_NAME_VALUE
public static final int NON_UNIQUE_NAME_VALUE- See Also:
-
WEAK_KEY_VALUE
public static final int WEAK_KEY_VALUE- See Also:
-
PINNED_KEY_MISSING_VALUE
public static final int PINNED_KEY_MISSING_VALUE- See Also:
-
NAME_CONSTRAINT_VIOLATION_VALUE
public static final int NAME_CONSTRAINT_VIOLATION_VALUE- See Also:
-
VALIDITY_TOO_LONG_VALUE
public static final int VALIDITY_TOO_LONG_VALUE- See Also:
-
IS_EV_VALUE
public static final int IS_EV_VALUE- See Also:
-
REV_CHECKING_ENABLED_VALUE
public static final int REV_CHECKING_ENABLED_VALUE- See Also:
-
SHA1_SIGNATURE_PRESENT_VALUE
public static final int SHA1_SIGNATURE_PRESENT_VALUE- See Also:
-
CERTIFICATE_TRANSPARENCY_REQUIRED_VALUE
public static final int CERTIFICATE_TRANSPARENCY_REQUIRED_VALUE- See Also:
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
getNumber
public final int getNumber()- Specified by:
getNumber
in interfacecom.google.protobuf.Internal.EnumLite
- Specified by:
getNumber
in interfacecom.google.protobuf.ProtocolMessageEnum
-
valueOf
Deprecated.Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
value
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
forNumber
- Parameters:
value
- The numeric wire value of the corresponding enum entry.- Returns:
- The enum associated with the given numeric wire value.
-
internalGetValueMap
public static com.google.protobuf.Internal.EnumLiteMap<CertVerificationStatus> internalGetValueMap() -
getValueDescriptor
public final com.google.protobuf.Descriptors.EnumValueDescriptor getValueDescriptor()- Specified by:
getValueDescriptor
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptorForType
public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()- Specified by:
getDescriptorForType
in interfacecom.google.protobuf.ProtocolMessageEnum
-
getDescriptor
public static final com.google.protobuf.Descriptors.EnumDescriptor getDescriptor() -
valueOf
public static CertVerificationStatus valueOf(com.google.protobuf.Descriptors.EnumValueDescriptor desc) Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
desc
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-