public class SIGRecord extends SIGBase
RRset,
DNSSEC,
KEYRecord,
Serialized Form| Constructor and Description |
|---|
SIGRecord(Name name,
int dclass,
long ttl,
int covered,
int alg,
long origttl,
Date expire,
Date timeSigned,
int footprint,
Name signer,
byte[] signature)
Creates an SIG Record from the given data
|
getAlgorithm, getExpire, getFootprint, getLabels, getOrigTTL, getSignature, getSigner, getTimeSigned, getTypeCovered, setSignaturebyteArrayFromString, byteArrayToString, checkByteArrayLength, checkU16, checkU32, cloneRecord, compareTo, equals, fromString, fromString, fromWire, fromWire, getAdditionalName, getDClass, getName, getRRsetType, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, setTTL, toString, toWire, toWire, toWireCanonical, unknownToString, withDClass, withNamepublic SIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl, Date expire, Date timeSigned, int footprint, Name signer, byte[] signature)
covered - The RRset type covered by this signaturealg - The cryptographic algorithm of the key that generated the
signatureorigttl - The original TTL of the RRsetexpire - The time at which the signature expirestimeSigned - The time at which this signature was generatedfootprint - The footprint/key id of the signing key.signer - The owner of the signing keysignature - Binary data representing the signatureCopyright © 2021 McEvoy Software Ltd. All rights reserved.