Class: SIF::Infra::Common::Header

Inherits:
Object
  • Object
show all
Defined in:
lib/sif/infra/common/header.rb

Instance Method Summary collapse

Instance Method Details

#authentication_levelObject



17
18
19
# File 'lib/sif/infra/common/header.rb', line 17

def authentication_level
  security.secure_channel.authentication_level
end

#encryption_levelObject



21
22
23
# File 'lib/sif/infra/common/header.rb', line 21

def encryption_level
  security.secure_channel.encryption_level
end