org.xbill.DNS
Class TLSARecord.Selector
java.lang.Object
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] |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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