DSRecord.DigestGOST3411_DIGEST_ID, SHA1_DIGEST_ID, SHA256_DIGEST_ID, SHA384_DIGEST_ID| Constructor and Description |
|---|
CDSRecord() |
CDSRecord(Name name,
int dclass,
long ttl,
int digestid,
DNSKEYRecord key)
Creates a CDS Record from the given data
|
CDSRecord(Name name,
int dclass,
long ttl,
int footprint,
int alg,
int digestid,
byte[] digest)
Creates a CDS Record from the given data
|
getAlgorithm, getDigest, getDigestID, getFootprint, rdataFromString, rrFromWire, rrToString, rrToWirebyteArrayFromString, byteArrayToString, checkByteArrayLength, checkName, checkU16, checkU32, checkU8, cloneRecord, compareTo, equals, fromString, fromString, fromWire, fromWire, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, sameRRset, setTTL, toString, toWire, toWire, toWireCanonical, unknownToString, withDClass, withName, writeReplaceCDSRecord()
public CDSRecord(Name name, int dclass, long ttl, int footprint, int alg, int digestid, byte[] digest)
footprint - The original KEY record's footprint (keyid).alg - The original key algorithm.digestid - The digest id code.digest - A hash of the original key.public CDSRecord(Name name, int dclass, long ttl, int digestid, DNSKEYRecord key)
digestid - The digest id code.key - The key to digest