Class: PkiExpress::Oids

Inherits:
Enum
  • Object
show all
Defined in:
lib/pki_express/oids.rb

Constant Summary collapse

MD5 =

region Digest Algorithms

'1.2.840.113549.2.5'
SHA1 =
'1.3.14.3.2.26'
SHA256 =

SHA224 = ‘2.16.840.1.101.3.4.2.4’, # RFC 3874 section 4

'2.16.840.1.101.3.4.2.1'
SHA384 =
'2.16.840.1.101.3.4.2.2'
SHA512 =
'2.16.840.1.101.3.4.2.3'
MD2_WITH_RSA =

region Signature Algorithms

'1.2.840.113549.1.1.2'
MD5_WITH_RSA =
'1.2.840.113549.1.1.4'
SHA1_WITH_RSA =
'1.2.840.113549.1.1.5'
SHA256_WITH_RSA =
'1.2.840.113549.1.1.11'
SHA384_WITH_RSA =
'1.2.840.113549.1.1.12'
SHA512_WITH_RSA =
'1.2.840.113549.1.1.13'
SHA1_WITH_DSA =

RFC 3279 section 2.2.2

'1.2.840.10040.4.3'
SHA256_WITH_DSA =

SHA224_WITH_DSA = ‘2.16.840.1.101.3.4.3.1’ # RFC 5758 section 3.1

'2.16.840.1.101.3.4.3.2'
RSA =

region Asymmetric Algorithms

'1.2.840.113549.1.1.1'
DSA =

RFC 3279 section 2.3.1

'1.2.840.10040.4.1'

Constants inherited from Enum

Enum::VALUES

Method Summary

Methods inherited from Enum

contains?