public class DLV extends DelegatingDnssecRR
DelegatingDnssecRR.SharedDataalgorithm, 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(java.io.DataInputStream dis,
int length) |
digestEquals, getDigestBigInteger, getDigestHex, parseSharedData, serialize, toStringequals, hashCode, length, toByteArray, toOutputStreampublic 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(java.io.DataInputStream dis, int length) throws java.io.IOException
java.io.IOExceptionpublic Record.TYPE getType()
Data