MCPcopy Create free account
hub / github.com/apache/tomcat / getLevel

Method getLevel

java/org/apache/tomcat/util/net/openssl/ciphers/Cipher.java:5177–5179  ·  view source on GitHub ↗

Returns the encryption strength level. @return the encryption strength level

()

Source from the content-addressed store, hash-verified

5175 * @return the encryption strength level
5176 */
5177 public EncryptionLevel getLevel() {
5178 return level;
5179 }
5180
5181 /**
5182 * Returns whether this cipher is FIPS compatible.

Callers 10

resolveSslMethod · 0.95
isLoggableMethod · 0.80
attachMethod · 0.80
testBug66184Method · 0.80
doGetMethod · 0.80
filterMethod · 0.80
formatMethod · 0.80
readConfigurationMethod · 0.80
formatMethod · 0.80
formatMethod · 0.80

Calls

no outgoing calls

Tested by 4

isLoggableMethod · 0.64
attachMethod · 0.64
testBug66184Method · 0.64
doGetMethod · 0.64