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.OpenSSLDirect supertypes
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. |