public class SRRset
extends org.xbill.DNS.RRset
RRset that adds the indication of DNSSEC security status.| Constructor and Description |
|---|
SRRset()
Create a new, blank SRRset.
|
SRRset(org.xbill.DNS.Record r)
Create a new SRRset with one record.
|
SRRset(org.xbill.DNS.RRset r)
Create a new SRRset from an existing RRset.
|
SRRset(SRRset r)
Create a new SRRset from an existing SRRset.
|
| Modifier and Type | Method and Description |
|---|---|
org.xbill.DNS.Name |
getName() |
SecurityStatus |
getSecurityStatus()
Return the current security status (generally:
SecurityStatus.UNCHECKED, SecurityStatus.BOGUS, or SecurityStatus.SECURE). |
org.xbill.DNS.Name |
getSignerName() |
void |
setName(org.xbill.DNS.Name ownerName)
Set the name of the records.
|
void |
setSecurityStatus(SecurityStatus status)
Set the current security status for this SRRset.
|
public SRRset()
public SRRset(org.xbill.DNS.Record r)
r - The record to add to the RRset.public SRRset(org.xbill.DNS.RRset r)
Record objects as the original RRset.r - The RRset to copy.public SRRset(SRRset r)
Record objects as the original SRRset.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()
public org.xbill.DNS.Name getName()
getName in class org.xbill.DNS.RRsetpublic void setName(org.xbill.DNS.Name ownerName)
ownerName - the Name to override the original name with.Copyright © 2020 jitsi.org. All rights reserved.