GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
Zonemaster::LDNS::RR::DNSKEY(3) User Contributed Perl Documentation Zonemaster::LDNS::RR::DNSKEY(3)

Zonemaster::LDNS::RR::DNSKEY - Type DNSKEY record

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

Returns the flag field as a number.
Returns the protocol number.
Returns the algorithm number.
Returns the cryptographic key in binary form.
Returns the cryptographic key as a hexadecimal string.
Calculates the keytag.
Returns a Zonemaster::LDNS::RR::DS record matching this key. The argument must be one of the strings 'sha1', 'sha256', 'sha384' or 'gost'. GOST may not be available, depending on how you ldns library was compiled.
The size of the key stored in the record. For RSA variants, it's the length in bits of the prime number. For DSA variants, it's the key's "T" value (see RFC2536). For DH, it's the value of the "prime length" field (and probably useless, since DH keys can't have signature records). If there is insufficient data in the public key field to calculate the key size, -1 is returned.
2024-11-15 perl v5.40.2

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.