public class DS extends DelegatingDnssecRR
DelegatingDnssecRR.SharedDataalgorithm, algorithmByte, digest, digestType, digestTypeByte, keyTag| Constructor and Description |
|---|
DS(int keyTag,
byte algorithm,
byte digestType,
byte[] digest)DS. |
DS(int keyTag,
DnssecConstants.SignatureAlgorithm algorithm,
byte digestType,
byte[] digest)DS. |
DS(int keyTag,
DnssecConstants.SignatureAlgorithm algorithm,
DnssecConstants.DigestAlgorithm digestType,
byte[] digest)DS. |
| Modifier and Type | Method and Description |
|---|---|
Record.TYPE | getType()getType. |
static DS | parse(DataInputStream dis,
int length)parse. |
digestEquals, getDigestBigInteger, getDigestHex, parseSharedData, serialize, toStringequals, hashCode, length, toByteArray, toOutputStream, toOutputStreampublic DS(int keyTag,
byte algorithm,
byte digestType,
byte[] digest)public DS(int keyTag,
DnssecConstants.SignatureAlgorithm algorithm,
byte digestType,
byte[] digest)public DS(int keyTag,
DnssecConstants.SignatureAlgorithm algorithm,
DnssecConstants.DigestAlgorithm digestType,
byte[] digest)public Record.TYPE getType()
public static DS parse(DataInputStream dis, int length) throws IOException
IOException