Class: PkiExpress::PadesCertificationLevel

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

Constant Summary collapse

NOT_CERTIFIED =
'not-certified'
CERTIFIED_FORM_FILLING =
'certified-form-filling'
CERTIFIED_FORM_FILLING_AND_ANNOTATIONS =
'certified-form-filling-annotations'
CERTIFIED_NO_CHANGES_ALLOWED =
'certified-no-changes-allowed'

Constants inherited from Enum

Enum::VALUES

Method Summary

Methods inherited from Enum

contains?