Method: PacketGen::Plugin::IKE::Transform#type
- Defined in:
- lib/packetgen/plugin/ike/sa.rb
#type ⇒ Integer (readonly)
8-bit transform type. The Transform Type is the cryptographic algorithm type (i.e. encryption, PRF, integrity, etc.)
269 |
# File 'lib/packetgen/plugin/ike/sa.rb', line 269 define_attr :type, BinStruct::Int8Enum, enum: TYPES |