CodeQL library for Ruby
codeql/ruby-all 0.8.15-dev (changelog, source)
Search

Class OpenSslCipher

A known OpenSSL cipher. This may include information about the block encryption mode, which can affect if the cipher is marked as being weak.

Import path

import codeql.ruby.security.OpenSSL

Direct supertypes

Fields

Predicates

getAlgorithm

Gets the encryption algorithm used by this cipher.

getCanonicalName

Gets a name of this cipher in canonical form.

getName

Gets a name of this cipher.

isWeak

Holds if this algorithm is weak.

matchesName

Holds if the specified name represents this cipher.

toString

Gets a textual representation of this element.

Charpred