Class ZoneInfo.DnsSecConfig (2.39.0)

public static class ZoneInfo.DnsSecConfig

This class represents the DNSSEC configuration.

Inheritance

Object > ZoneInfo.DnsSecConfig

Static Methods

newBuilder()

public static ZoneInfo.DnsSecConfig.Builder newBuilder()

Returns a builder for DnsSecConfig objects.

Returns
TypeDescription
ZoneInfo.DnsSecConfig.Builder

Methods

equals(Object o)

public boolean equals(Object o)
Parameter
NameDescription
oObject
Returns
TypeDescription
boolean
Overrides

getDefaultKeySpecs()

public List<ZoneInfo.KeySpec> getDefaultKeySpecs()

Returns the DefaultKeySpecs.

Returns
TypeDescription
List<KeySpec>

getNonExistence()

public String getNonExistence()

Returns the authenticated denial-of-existence responses.

Returns
TypeDescription
String

getState()

public String getState()

Returns the DNSSEC state.

Returns
TypeDescription
String

hashCode()

public int hashCode()
Returns
TypeDescription
int
Overrides

toBuilder()

public ZoneInfo.DnsSecConfig.Builder toBuilder()

Returns a builder for the current blob.

Returns
TypeDescription
ZoneInfo.DnsSecConfig.Builder

toString()

public String toString()
Returns
TypeDescription
String
Overrides