Class DLV


  • public class DLV
    extends DelegatingDnssecRR
    DLV record payload. According to RFC4431, DLV has exactly the same format as DS records.
    • Method Detail

      • parse

        public static DLV parse​(java.io.DataInputStream dis,
                                int length)
                         throws java.io.IOException
        Throws:
        java.io.IOException
      • getType

        public Record.TYPE getType()
        Description copied from class: Data
        The payload type.
        Specified by:
        getType in class Data
        Returns:
        The payload type.