Class: Linzer::Signature::Profile::Base Abstract
- Inherits:
-
Object
- Object
- Linzer::Signature::Profile::Base
- Defined in:
- lib/linzer/signature/profile/base.rb
Overview
Direct Known Subclasses
Instance Method Summary collapse
-
#apply(ctx) ⇒ void
Applies the profile to a signing context.
Instance Method Details
#apply(ctx) ⇒ void
This method returns an undefined value.
Applies the profile to a signing context.
Implementations may:
-
modify context parameters
-
inject overlay headers
-
adjust covered components
37 38 39 |
# File 'lib/linzer/signature/profile/base.rb', line 37 def apply(ctx) raise Error, "Sub-classes are required to implement this method!" end |