public static enum TLSA.CertUsage extends java.lang.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(java.lang.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 static TLSA.CertUsage[] values()
for (TLSA.CertUsage c : TLSA.CertUsage.values()) System.out.println(c);
public static TLSA.CertUsage 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 null