Method: Ably::Models::CipherParams#cipher_type

Defined in:
lib/ably/models/cipher_params.rb

#cipher_typeString (readonly)

Returns The complete Cipher algorithm string such as AES-128-CBC.

Returns:

  • (String)

    The complete Cipher algorithm string such as AES-128-CBC



97
98
99
# File 'lib/ably/models/cipher_params.rb', line 97

def cipher_type
  self.class.cipher_type(algorithm: algorithm, key_length: key_length, mode: mode)
end