Class: PkiExpress::BaseSigner

Inherits:
PkiExpressOperator show all
Defined in:
lib/pki_express/base_signer.rb

Direct Known Subclasses

SignatureStarter, Signer

Instance Attribute Summary

Attributes inherited from PkiExpressOperator

#offline, #signature_policy, #timestamp_authority, #trust_lacuna_test_root

Instance Method Summary collapse

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