Class: PkiExpress::BaseSigner
- Inherits:
-
PkiExpressOperator
- Object
- PkiExpressOperator
- PkiExpress::BaseSigner
- Defined in:
- lib/pki_express/base_signer.rb
Direct Known Subclasses
Instance Attribute Summary
Attributes inherited from PkiExpressOperator
#offline, #signature_policy, #timestamp_authority, #trust_lacuna_test_root
Instance Method Summary collapse
-
#initialize(config = PkiExpressConfig.new) ⇒ BaseSigner
constructor
A new instance of BaseSigner.
Methods inherited from PkiExpressOperator
#add_file_reference, #add_trusted_root, finalize
Constructor Details
#initialize(config = PkiExpressConfig.new) ⇒ BaseSigner
Returns a new instance of BaseSigner.
5 6 7 |
# File 'lib/pki_express/base_signer.rb', line 5 def initialize(config=PkiExpressConfig.new) super(config) end |