Package com.google.cloud.dns
Class ZoneInfo.KeySpec
- java.lang.Object
-
- com.google.cloud.dns.ZoneInfo.KeySpec
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
ZoneInfo.KeySpec.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object o)
String
getAlgorithm()
Returns the DNSSEC algorithm of this key.Long
getKeyLength()
Returns the key length.String
getKeyType()
Returns the key type.int
hashCode()
static ZoneInfo.KeySpec.Builder
newBuilder()
Returns a builder forKeySpec
objects.String
toString()
-
-
-
Method Detail
-
newBuilder
public static ZoneInfo.KeySpec.Builder newBuilder()
Returns a builder forKeySpec
objects.
-
getAlgorithm
public String getAlgorithm()
Returns the DNSSEC algorithm of this key.
-
getKeyLength
public Long getKeyLength()
Returns the key length.
-
getKeyType
public String getKeyType()
Returns the key type.
-
-