public class CDSRecord extends DSRecord
DNSSEC
,
Serialized FormDSRecord.Digest
GOST3411_DIGEST_ID, SHA1_DIGEST_ID, SHA256_DIGEST_ID, SHA384_DIGEST_ID
Constructor and Description |
---|
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
byteArrayFromString, byteArrayToString, compareTo, equals, fromString, fromString, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, toString, toWire, toWireCanonical, unknownToString, withName
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 digestCopyright © 2019 dnsjava.org. All rights reserved.