public class RRSIGRecord extends SIGBase
Constructor and Description |
---|
RRSIGRecord() |
RRSIGRecord(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)
|
RRSIGRecord(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 RRSIG Record from the given data
|
getAlgorithm, getExpire, getFootprint, getLabels, getOrigTTL, getRRsetType, getSignature, getSigner, getTimeSigned, getTypeCovered, rdataFromString, rrFromWire, rrToString, rrToWire, setSignature
byteArrayFromString, 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, sameRRset, setTTL, toString, toWire, toWire, toWireCanonical, unknownToString, withDClass, withName, writeReplace
RRSIGRecord()
public RRSIGRecord(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 RRSIGRecord(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