Class: Dnsruby::RR::CERT::CertificateTypes

Inherits:
CodeMapper
  • Object
show all
Defined in:
lib/dnsruby/resource/CERT.rb

Constant Summary collapse

PKIX =

PKIX (X.509v3)

1
SPKI =

Simple Public Key Infrastructure

2
PGP =

Pretty Good Privacy

3
IPKIX =

URL of an X.509 data object

4
ISPKI =

URL of an SPKI certificate

5
IPGP =

Fingerprint and URL of an OpenPGP packet

6
ACPKIX =

Attribute Certificate

7
IACPKIX =

URL of an Attribute Certificate

8
URI =

Certificate format defined by URI

253
OID =

Certificate format defined by OID

254

Instance Attribute Summary

Attributes inherited from CodeMapper

#code, #string

Method Summary

Methods inherited from CodeMapper

#<=>, #==, add_pair, #hash, #initialize, #inspect, method_missing, regexp, #set_code, #set_string, strings, to_code, to_string, #unknown_code, #unknown_string, update

Constructor Details

This class inherits a constructor from Dnsruby::CodeMapper