Returns the encryption strength level. @return the encryption strength level
()
| 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. |
no outgoing calls