org.xbill.DNS
Class TLSARecord.CertificateUsage

java.lang.Object
  extended by org.xbill.DNS.TLSARecord.CertificateUsage
Enclosing class:
TLSARecord

public static class TLSARecord.CertificateUsage
extends Object


Field Summary
static int CA_CONSTRAINT
           
static int DOMAIN_ISSUED_CERTIFICATE
           
static int SERVICE_CERTIFICATE_CONSTRAINT
           
static int TRUST_ANCHOR_ASSERTION
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CA_CONSTRAINT

public static final int CA_CONSTRAINT
See Also:
Constant Field Values

SERVICE_CERTIFICATE_CONSTRAINT

public static final int SERVICE_CERTIFICATE_CONSTRAINT
See Also:
Constant Field Values

TRUST_ANCHOR_ASSERTION

public static final int TRUST_ANCHOR_ASSERTION
See Also:
Constant Field Values

DOMAIN_ISSUED_CERTIFICATE

public static final int DOMAIN_ISSUED_CERTIFICATE
See Also:
Constant Field Values