public static enum TLSA.CertUsage extends Enum<TLSA.CertUsage>
Enum Constant and Description |
---|
caConstraint |
domainIssuedCertificate |
serviceCertificateConstraint |
trustAnchorAssertion |
Modifier and Type | Field and Description |
---|---|
byte |
byteValue |
Modifier and Type | Method and Description |
---|---|
static TLSA.CertUsage |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TLSA.CertUsage[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TLSA.CertUsage caConstraint
public static final TLSA.CertUsage serviceCertificateConstraint
public static final TLSA.CertUsage trustAnchorAssertion
public static final TLSA.CertUsage domainIssuedCertificate
public final byte byteValue
public static TLSA.CertUsage[] values()
for (TLSA.CertUsage c : TLSA.CertUsage.values()) System.out.println(c);
public static TLSA.CertUsage 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 null