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 classZoneInfo.KeySpec.Builder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(Object o)StringgetAlgorithm()Returns the DNSSEC algorithm of this key.LonggetKeyLength()Returns the key length.StringgetKeyType()Returns the key type.inthashCode()static ZoneInfo.KeySpec.BuildernewBuilder()Returns a builder forKeySpecobjects.StringtoString()
-
-
-
Method Detail
-
newBuilder
public static ZoneInfo.KeySpec.Builder newBuilder()
Returns a builder forKeySpecobjects.
-
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.
-
-