Class: PkiExpress::SignatureAlgorithms

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

Constant Summary collapse

MD5_WITH_RSA =
'MD5WithRSA'
SHA1_WITH_RSA =
'SHA1WithRSA'
SHA256_WITH_RSA =
'SHA256WithRSA'
SHA384_WITH_RSA =
'SHA384WithRSA'
SHA512_WITH_RSA =
'SHA512WithRSA'

Constants inherited from Enum

Enum::VALUES

Method Summary

Methods inherited from Enum

contains?