Class Dnsruby::RR::IN::TLSA
In: lib/dnsruby/resource/TLSA.rb
Parent: RR

Class for DNS TLSA server certificate or public key (TLSA) resource records.

RFC 6698

Methods

Attributes

data  [RW]  sec 2.1.4
databin  [RW] 
matching_type  [RW]  sec 2.3.1

0 Exact match on selected content 1 SHA-256 hash of selected content 2 SHA-512 hash of selected content 3-254 Unassigned 255 Private use

selector  [RW]  sec 2.1.2, 7.3

0 Full certificate 1 SubjectPublicKeyInfo 2-254 Unassigned 255 Private use

usage  [RW]  sec 2.1.1 ,7,2

0 CA constraint 1 Service certificate constraint 2 Trust anchor assertion 3 Domain-issued certificate 4-254 Unassigned 255 Private use

Public Instance methods

Create the RR from a hash

Create the RR from a standard string

[Validate]