public class DLV extends DelegatingDnssecRR
DelegatingDnssecRR.SharedData
algorithm, algorithmByte, digest, digestType, digestTypeByte, keyTag
Constructor and Description |
---|
DLV(int keyTag,
byte algorithm,
byte digestType,
byte[] digest) |
DLV(int keyTag,
DnssecConstants.SignatureAlgorithm algorithm,
DnssecConstants.DigestAlgorithm digestType,
byte[] digest) |
Modifier and Type | Method and Description |
---|---|
Record.TYPE |
getType()
The payload type.
|
static DLV |
parse(DataInputStream dis,
int length) |
digestEquals, getDigestBigInteger, getDigestHex, parseSharedData, serialize, toString
equals, hashCode, length, toByteArray, toOutputStream
public DLV(int keyTag, byte algorithm, byte digestType, byte[] digest)
public DLV(int keyTag, DnssecConstants.SignatureAlgorithm algorithm, DnssecConstants.DigestAlgorithm digestType, byte[] digest)
public static DLV parse(DataInputStream dis, int length) throws IOException
IOException
public Record.TYPE getType()
Data