Class DomainDsDataBase
- java.lang.Object
-
- google.registry.model.ImmutableObject
-
- google.registry.model.domain.secdns.DomainDsDataBase
-
- All Implemented Interfaces:
UnsafeSerializable
,java.io.Serializable
,java.lang.Cloneable
- Direct Known Subclasses:
DomainDsData
,DomainDsDataHistory
@MappedSuperclass public abstract class DomainDsDataBase extends ImmutableObject implements UnsafeSerializable
Base class forDomainDsData
andDomainDsDataHistory
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class google.registry.model.ImmutableObject
ImmutableObject.DoNotHydrate, ImmutableObject.IgnoredInDiffableMap, ImmutableObject.Insignificant
-
-
Field Summary
-
Fields inherited from class google.registry.model.ImmutableObject
hashCode
-
-
Constructor Summary
Constructors Constructor Description DomainDsDataBase()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getAlgorithm()
byte[]
getDigest()
java.lang.String
getDigestAsString()
int
getDigestType()
java.lang.String
getDomainRepoId()
int
getKeyTag()
java.lang.String
toRrData()
Returns the presentation format of this DS record.-
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
-
-
-
Method Detail
-
getDomainRepoId
public java.lang.String getDomainRepoId()
-
getKeyTag
public int getKeyTag()
-
getAlgorithm
public int getAlgorithm()
-
getDigestType
public int getDigestType()
-
getDigest
public byte[] getDigest()
-
getDigestAsString
public java.lang.String getDigestAsString()
-
toRrData
public java.lang.String toRrData()
Returns the presentation format of this DS record.- See Also:
- RFC 4034 Section 5.3
-
-