public abstract class AbstractDNSStore extends java.lang.Object implements DNSStore
| Constructor and Description |
|---|
AbstractDNSStore() |
| Modifier and Type | Method and Description |
|---|---|
org.xbill.DNS.Message |
get(org.xbill.DNS.Message request)
Processes a lookup request for DNS records.
|
static java.lang.String |
getJCEProviderName()
Gets the configured JCE crypto provider string for crypto operations.
|
static void |
setJCEProviderName(java.lang.String name)
Overrides the configured JCE crypto provider string.
|
public static java.lang.String getJCEProviderName()
public static void setJCEProviderName(java.lang.String name)
name - The name of the JCE provider.public org.xbill.DNS.Message get(org.xbill.DNS.Message request)
throws DNSException
get in interface DNSStorerequest - The DSN request message.DNSException - Thrown is the request fails due to sever failure such as illegal request parameters or
a failure accessing the physical record medium.Copyright © 2010-2018 The Direct Project. All Rights Reserved.