Serializablepublic class SRRset
extends org.xbill.DNS.RRset
RRset that adds the indication of DNSSEC
security status.| Constructor | Description |
|---|---|
SRRset() |
Create a new, blank SRRset.
|
SRRset(org.xbill.DNS.RRset r) |
Create a new SRRset from an existing RRset.
|
| Modifier and Type | Method | Description |
|---|---|---|
SecurityStatus |
getSecurityStatus() |
Return the current security status (generally:
SecurityStatus.UNCHECKED, SecurityStatus.BOGUS, or
SecurityStatus.SECURE). |
org.xbill.DNS.Name |
getSignerName() |
|
void |
setSecurityStatus(SecurityStatus status) |
Set the current security status for this SRRset.
|
public SRRset()
public SRRset(org.xbill.DNS.RRset r)
r - The RRset to copy.public SecurityStatus getSecurityStatus()
SecurityStatus.UNCHECKED, SecurityStatus.BOGUS, or
SecurityStatus.SECURE).SecurityStatus.UNCHECKED if it has never been set
manually.public void setSecurityStatus(SecurityStatus status)
status - The new security status for this set.public org.xbill.DNS.Name getSignerName()
Copyright © 2018 jitsi.org. All rights reserved.