Enum TLSA.CertUsage

java.lang.Object
java.lang.Enum<TLSA.CertUsage>
org.minidns.record.TLSA.CertUsage
All Implemented Interfaces:
Serializable, Comparable<TLSA.CertUsage>, java.lang.constant.Constable
Enclosing class:
TLSA

public static enum TLSA.CertUsage extends Enum<TLSA.CertUsage>
  • Enum Constant Details

    • caConstraint

      public static final TLSA.CertUsage caConstraint
    • serviceCertificateConstraint

      public static final TLSA.CertUsage serviceCertificateConstraint
    • trustAnchorAssertion

      public static final TLSA.CertUsage trustAnchorAssertion
    • domainIssuedCertificate

      public static final TLSA.CertUsage domainIssuedCertificate
  • Field Details

    • byteValue

      public final byte byteValue
  • Method Details

    • values

      public static TLSA.CertUsage[] values()
      Returns an array containing the constants of this enum type, in the order they are declared.
      Returns:
      an array containing the constants of this enum type, in the order they are declared
    • valueOf

      public static TLSA.CertUsage valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null