Method: Ccrypto::Ruby::CipherEngine.supported_ciphers

Defined in:
lib/ccrypto/ruby/engines/cipher_engine.rb

.supported_ciphersObject



14
15
16
17
18
19
20
21
# File 'lib/ccrypto/ruby/engines/cipher_engine.rb', line 14

def self.supported_ciphers
  if @sCipher.nil?
    @sCipher = OpenSSL::Cipher.ciphers
  end

  @sCipher

end