logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Net::LDNS::RR::SIG - Type SIG record

Description

       A subclass of Net::LDNS::RR, so it has all the methods of that class available in addition to the ones
       documented here.

Methods

typecovered()
           Returns a string with the name of the RR type this signature covers.

       algorithm()
           Returns the algorithm number.

       labels()
           Returns the number of labels that was used to calculate the signature.

       origttl()
           Returns the original TTL value.

       expiration()
           Returns the expiration time, as a time_t.

       inception()
           Returns the inception time, as a time_t.

       keytag()
           Returns the keytag.

       signer()
           Returns the signer name.

       signature()
           Returns the cryptographic signture in binary form.

perl v5.40.0                                       2024-10-20                            Net::LDNS::RR::SIG(3pm)

Name

       Net::LDNS::RR::SIG - Type SIG record

See Also