Class Dnsruby::RR::CERT
In: lib/Dnsruby/resource/CERT.rb
Parent: RR

Class for DNS Certificate (CERT) resource records. (see RFC 2538)

RFC 2782

Classes and Modules

Class Dnsruby::RR::CERT::CertificateTypes

Constants

TypeValue = Types::CERT #:nodoc: all

Attributes

alg  [RW]  Returns the algorithm used by the certificate
cert  [RW]  Returns the data comprising the certificate itself (in raw binary form)
certtype  [RW]  Returns the format code for the certificate
keytag  [RW]  Returns the key tag for the public key in the certificate

[Validate]