org.xbill.DNS
Class TLSARecord.Selector

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

public static class TLSARecord.Selector
extends Object


Field Summary
static int FULL_CERTIFICATE
          Full certificate; the Certificate binary structure defined in [RFC5280]
static int SUBJECT_PUBLIC_KEY_INFO
          SubjectPublicKeyInfo; DER-encoded binary structure defined in [RFC5280]
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

FULL_CERTIFICATE

public static final int FULL_CERTIFICATE
Full certificate; the Certificate binary structure defined in [RFC5280]

See Also:
Constant Field Values

SUBJECT_PUBLIC_KEY_INFO

public static final int SUBJECT_PUBLIC_KEY_INFO
SubjectPublicKeyInfo; DER-encoded binary structure defined in [RFC5280]

See Also:
Constant Field Values