Enum Class CertVerificationStatus

java.lang.Object
java.lang.Enum<CertVerificationStatus>
com.teamdev.jxbrowser.net.tls.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.

  • Enum Constant Details

  • Field Details

    • CERT_VERIFICATION_STATUS_UNSPECIFIED_VALUE

      public static final int CERT_VERIFICATION_STATUS_UNSPECIFIED_VALUE
      Reserved 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

      public static CertVerificationStatus[] 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

      public static CertVerificationStatus valueOf(String name)
      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 name
      NullPointerException - if the argument is null
    • getNumber

      public final int getNumber()
      Specified by:
      getNumber in interface com.google.protobuf.Internal.EnumLite
      Specified by:
      getNumber in interface com.google.protobuf.ProtocolMessageEnum
    • valueOf

      @Deprecated public static CertVerificationStatus valueOf(int value)
      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 name
      NullPointerException - if the argument is null
    • forNumber

      public static CertVerificationStatus forNumber(int value)
      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 interface com.google.protobuf.ProtocolMessageEnum
    • getDescriptorForType

      public final com.google.protobuf.Descriptors.EnumDescriptor getDescriptorForType()
      Specified by:
      getDescriptorForType in interface com.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 name
      NullPointerException - if the argument is null