Class: Ccrypto::SupportedCipherList

Inherits:
Object
  • Object
show all
Includes:
InMemoryRecord, TR::CondUtils
Defined in:
lib/ccrypto/supported_cipher_list.rb

Instance Method Summary collapse

Methods included from InMemoryRecord

#collect, #each, #empty?, #find, included, #register, #save_to_storage, #select, #to_a

Constructor Details

#initializeSupportedCipherList

Returns a new instance of SupportedCipherList.



15
16
17
# File 'lib/ccrypto/supported_cipher_list.rb', line 15

def initialize
  define_search_key(:algo, :keysize, :mode, :padding, :ivLength)
end