Class DelegatingDnssecRR

  • Direct Known Subclasses:
    DLV, DS

    public abstract class DelegatingDnssecRR
    extends Data
    DS (Delegation Signer) record payload.
    See Also:
    RFC 4034 ยง 5
    • Field Detail

      • keyTag

        public final int keyTag
        The key tag value of the DNSKEY RR that validates this signature.
      • algorithmByte

        public final byte algorithmByte
        The byte value of the cryptographic algorithm used to create the signature.
      • digestTypeByte

        public final byte digestTypeByte
        The byte value of algorithm used to construct the digest.
      • digest

        protected final byte[] digest
        The digest build from a DNSKEY.