public class DANEEntry
extends java.lang.Object
| Constructor and Description |
|---|
DANEEntry(java.lang.String domainName,
byte[] data) |
| Modifier and Type | Method and Description |
|---|---|
X509CertificateHolder |
getCertificate()
Return the certificate associated with this entry.
|
java.lang.String |
getDomainName() |
byte[] |
getFlags() |
byte[] |
getRDATA()
Return the full data string as it would appear in the DNS record - flags + encoding
|
static boolean |
isValidCertificate(byte[] data)
Return true if the byte string has the correct flag bytes to indicate a certificate entry.
|
public DANEEntry(java.lang.String domainName,
byte[] data)
throws java.io.IOException
java.io.IOExceptionpublic byte[] getFlags()
public X509CertificateHolder getCertificate()
public java.lang.String getDomainName()
public byte[] getRDATA()
throws java.io.IOException
java.io.IOException - if there is an issue encoding the certificate inside this entry.public static boolean isValidCertificate(byte[] data)
data - the byte string of interest.