Class ZoneInfo.KeySpec.Builder (2.41.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
Type Description
ZoneInfo.KeySpec

setAlgorithm(String algorithm)

public ZoneInfo.KeySpec.Builder setAlgorithm(String algorithm)

Specifies the DNSSEC algorithm of this key.

Parameter
Name Description
algorithm String
Returns
Type Description
ZoneInfo.KeySpec.Builder

setKeyLength(Long keyLength)

public ZoneInfo.KeySpec.Builder setKeyLength(Long keyLength)

Specifies the length of the keys in bits.

Parameter
Name Description
keyLength Long
Returns
Type Description
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
Name Description
keyType String
Returns
Type Description
ZoneInfo.KeySpec.Builder