- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for getAppDigestAlgorism (0.3 sec)
-
src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java
} else { inver = InvertibleCryptographer.createAesCipher(fessConfig.getAppCipherKey()); } final OneWayCryptographer oneWay; final String digestAlgorism = fessConfig.getAppDigestAlgorism(); if ("sha512".equalsIgnoreCase(digestAlgorism)) { oneWay = OneWayCryptographer.createSha512Cryptographer(); } else if ("md5".equalsIgnoreCase(digestAlgorism)) {
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 9.4K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java
* The value is, e.g. sha256 <br> * comment: Algorithm for digest calculation. * @return The value of found property. (NotNull: if not found, exception but basically no way) */ String getAppDigestAlgorism(); /** * Get the value for the key 'app.encrypt.property.pattern'. <br> * The value is, e.g. .*password|.*key|.*token|.*secret <br> * comment: Regex pattern for properties to encrypt.
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Jul 17 08:28:31 UTC 2025 - 525.6K bytes - Viewed (1)