public class TrustAnchorStore extends Object
| Constructor and Description |
|---|
TrustAnchorStore()
Creates a new instance of this class.
|
| Modifier and Type | Method and Description |
|---|---|
void |
clear()
Removes all stored trust anchors.
|
SRRset |
find(org.xbill.DNS.Name name,
int dclass)
Gets the closest trusted key for the given name or
null if
no match is found. |
void |
store(SRRset rrset)
Stores the given RRset as known trusted keys.
|
public void store(SRRset rrset)
rrset - The key set to store as trusted.public SRRset find(org.xbill.DNS.Name name, int dclass)
null if
no match is found.name - The name to search for.dclass - The class of the keys.name or null.public void clear()
Copyright © 2016 jitsi.org. All rights reserved.