|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.xbill.DNS.Record
org.xbill.DNS.TLSARecord
public class TLSARecord
Transport Layer Security Authentication
Nested Class Summary | |
---|---|
static class |
TLSARecord.CertificateUsage
|
static class |
TLSARecord.MatchingType
|
static class |
TLSARecord.Selector
|
Field Summary |
---|
Fields inherited from class org.xbill.DNS.Record |
---|
dclass, name, ttl, type |
Constructor Summary | |
---|---|
TLSARecord(Name name,
int dclass,
long ttl,
int certificateUsage,
int selector,
int matchingType,
byte[] certificateAssociationData)
Creates an TLSA Record from the given data |
Method Summary | |
---|---|
byte[] |
getCertificateAssociationData()
Returns the certificate associate data of this TLSA record |
int |
getCertificateUsage()
Returns the certificate usage of the TLSA record |
int |
getMatchingType()
Returns the matching type of the TLSA record |
int |
getSelector()
Returns the selector of the TLSA record |
Methods inherited from class org.xbill.DNS.Record |
---|
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withName |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public TLSARecord(Name name, int dclass, long ttl, int certificateUsage, int selector, int matchingType, byte[] certificateAssociationData)
certificateUsage
- The provided association that will be used to
match the certificate presented in the TLS handshake.selector
- The part of the TLS certificate presented by the server
that will be matched against the association data.matchingType
- How the certificate association is presented.certificateAssociationData
- The "certificate association data" to be
matched.Method Detail |
---|
public int getCertificateUsage()
public int getSelector()
public int getMatchingType()
public final byte[] getCertificateAssociationData()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |