Class: SIF::Infra::Common::Header
- Inherits:
-
Object
- Object
- SIF::Infra::Common::Header
- Defined in:
- lib/sif/infra/common/header.rb
Instance Method Summary collapse
Instance Method Details
#authentication_level ⇒ Object
17 18 19 |
# File 'lib/sif/infra/common/header.rb', line 17 def authentication_level security.secure_channel.authentication_level end |
#encryption_level ⇒ Object
21 22 23 |
# File 'lib/sif/infra/common/header.rb', line 21 def encryption_level security.secure_channel.encryption_level end |