Class ZoneInfo.KeySpec.Builder (2.39.0)

public static class ZoneInfo.KeySpec.Builder

Inheritance

java.lang.Object > ZoneInfo.KeySpec.Builder

Methods

build()

public ZoneInfo.KeySpec build()

Creates a KeySpec object.

Returns
TypeDescription
ZoneInfo.KeySpec

setAlgorithm(String algorithm)

public ZoneInfo.KeySpec.Builder setAlgorithm(String algorithm)

Specifies the DNSSEC algorithm of this key.

Parameter
NameDescription
algorithmString
Returns
TypeDescription
ZoneInfo.KeySpec.Builder

setKeyLength(Long keyLength)

public ZoneInfo.KeySpec.Builder setKeyLength(Long keyLength)

Specifies the length of the keys in bits.

Parameter
NameDescription
keyLengthLong
Returns
TypeDescription
ZoneInfo.KeySpec.Builder

setKeyType(String keyType)

public ZoneInfo.KeySpec.Builder setKeyType(String keyType)

Specifies the key type, Whether this key is a signing key (KSK) or a zone signing key (ZSK).

Parameter
NameDescription
keyTypeString
Returns
TypeDescription
ZoneInfo.KeySpec.Builder