Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for getAppDigestAlgorithm (0.07 seconds)

  1. src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java

            } else {
                inver = InvertibleCryptographer.createAesCipher(fessConfig.getAppCipherKey());
            }
    
            final OneWayCryptographer oneWay;
            final String digestAlgorithm = fessConfig.getAppDigestAlgorithm();
            if ("sha512".equalsIgnoreCase(digestAlgorithm)) {
                oneWay = OneWayCryptographer.createSha512Cryptographer();
            } else if ("md5".equalsIgnoreCase(digestAlgorithm)) {
    Created: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Sat Jan 10 01:38:30 GMT 2026
    - 10.4K bytes
    - Click Count (0)
Back to Top