Class DomainDsData
java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.secdns.DomainDsDataBase
google.registry.model.domain.secdns.DomainDsData
- All Implemented Interfaces:
UnsafeSerializable
,Serializable
,Cloneable
Holds the data necessary to construct a single Delegation Signer (DS) record for a domain.
- See Also:
-
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
-
Method Summary
Modifier and TypeMethodDescriptioncloneWithDomainRepoId
(String domainRepoId) static DomainDsData
create
(int keyTag, int algorithm, int digestType, byte[] digest) static DomainDsData
static DomainDsData
static DomainDsData
create
(DomainDsDataHistory history) int
byte[]
int
int
Methods inherited from class google.registry.model.domain.secdns.DomainDsDataBase
getDigestAsString, toRrData
Methods inherited from class google.registry.model.ImmutableObject
clone, cloneEmptyToNull, createVKey, equals, getSignificantFields, hashCode, toDiffableFieldMap, toHydratedString, toString, toStringHelper
-
Method Details
-
getDomainRepoId
- Overrides:
getDomainRepoId
in classDomainDsDataBase
-
getKeyTag
public int getKeyTag()- Overrides:
getKeyTag
in classDomainDsDataBase
-
getAlgorithm
public int getAlgorithm()- Overrides:
getAlgorithm
in classDomainDsDataBase
-
getDigestType
public int getDigestType()- Overrides:
getDigestType
in classDomainDsDataBase
-
getDigest
public byte[] getDigest()- Overrides:
getDigest
in classDomainDsDataBase
-
cloneWithDomainRepoId
-
cloneWithoutDomainRepoId
-
create
public static DomainDsData create(int keyTag, int algorithm, int digestType, byte[] digest, String domainRepoId) -
create
-
create
-
create
-