Description | Hierarchy | Fields | Methods | Properties |
type unaDNSRR_RRSIG = class(unaDNSRR_subType)
RRSIG RR
procedure parse(data: pArray; maxOfs, ofs: int); override; |
property algo: uint read f_algo; |
|
property keyTag: uint read f_keyTag; |
|
property labels: uint read f_labels; |
|
property originalTTL: uint read f_originalTTL; |
|
property signature: aString read f_signature; |
|
property signatureExpiration: uint read f_signatureExpiration; |
|
property signatureInception: uint read f_signatureInception; |
|
property signer: string read f_signer; |
|
property typeCovered: uint read f_typeCovered; |
procedure parse(data: pArray; maxOfs, ofs: int); override; |
|
property algo: uint read f_algo; |
|
property keyTag: uint read f_keyTag; |
|
property labels: uint read f_labels; |
|
property originalTTL: uint read f_originalTTL; |
|
property signature: aString read f_signature; |
|
property signatureExpiration: uint read f_signatureExpiration; |
|
property signatureInception: uint read f_signatureInception; |
|
property signer: string read f_signer; |
|
property typeCovered: uint read f_typeCovered; |
|
(c) 2012 Lake of Soft