Class DomainDsDataBase

java.lang.Object
google.registry.model.ImmutableObject
google.registry.model.domain.secdns.DomainDsDataBase
All Implemented Interfaces:
UnsafeSerializable, Serializable, Cloneable
Direct Known Subclasses:
DomainDsData, DomainDsDataHistory

@MappedSuperclass public abstract class DomainDsDataBase extends ImmutableObject implements UnsafeSerializable
Base class for DomainDsData and DomainDsDataHistory.
See Also:
  • Constructor Details

    • DomainDsDataBase

      public DomainDsDataBase()
  • Method Details

    • getDomainRepoId

      public String getDomainRepoId()
    • getKeyTag

      public int getKeyTag()
    • getAlgorithm

      public int getAlgorithm()
    • getDigestType

      public int getDigestType()
    • getDigest

      public byte[] getDigest()
    • getDigestAsString

      public String getDigestAsString()
    • toRrData

      public String toRrData()
      Returns the presentation format of this DS record.
      See Also: