public class SIGRecord extends SIGBase
| Constructor and Description |
|---|
SIGRecord() |
SIGRecord(Name name,
int dclass,
long ttl,
int covered,
int alg,
long origttl,
java.util.Date expire,
java.util.Date timeSigned,
int footprint,
Name signer,
byte[] signature)
|
SIGRecord(Name name,
int dclass,
long ttl,
int covered,
int alg,
long origttl,
java.time.Instant expire,
java.time.Instant timeSigned,
int footprint,
Name signer,
byte[] signature)
Creates an SIG Record from the given data
|
getAlgorithm, getExpire, getFootprint, getLabels, getOrigTTL, getRRsetType, getSignature, getSigner, getTimeSigned, getTypeCovered, rdataFromString, rrFromWire, rrToString, rrToWire, setSignaturebyteArrayFromString, byteArrayToString, checkByteArrayLength, checkName, checkU16, checkU32, checkU8, cloneRecord, compareTo, equals, fromString, fromString, fromWire, fromWire, fromWire, getAdditionalName, getDClass, getName, getTTL, getType, hashCode, newRecord, newRecord, newRecord, newRecord, rdataToString, rdataToWireCanonical, sameRRset, setTTL, toString, toWire, toWire, toWireCanonical, unknownToString, withDClass, withName, writeReplaceSIGRecord()
public SIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl, java.time.Instant expire, java.time.Instant 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 signature@Deprecated public SIGRecord(Name name, int dclass, long ttl, int covered, int alg, long origttl, java.util.Date expire, java.util.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 signature