- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for rsa (0.01 sec)
-
src/main/java/org/codelibs/core/crypto/CachedCipher.java
} private static final String BLOWFISH = "Blowfish"; private static final String RSA = "RSA"; /** * The algorithm to use for the cipher. */ protected String algorithm = BLOWFISH; /** * The transformation to use for the cipher. */ protected String transformation = RSA; /** * The key to use for encryption/decryption. */ protected String key;
Registered: Fri Sep 05 20:58:11 UTC 2025 - Last Modified: Sat Jul 05 00:11:05 UTC 2025 - 11.5K bytes - Viewed (0) -
src/main/java/org/codelibs/fess/mylasta/direction/FessFwAssistantDirector.java
} else if ("des".equalsIgnoreCase(cipherAlgorism)) { inver = InvertibleCryptographer.createDesCipher(fessConfig.getAppCipherKey()); } else if ("rsa".equalsIgnoreCase(cipherAlgorism)) { inver = InvertibleCryptographer.createRsaCipher(fessConfig.getAppCipherKey()); } else {
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/sso/saml/SamlAuthenticator.java
defaultSettings.put("onelogin.saml2.security.want_xml_validation", "true"); defaultSettings.put("onelogin.saml2.security.signature_algorithm", "http://www.w3.org/2000/09/xmldsig#rsa-sha1"); defaultSettings.put("onelogin.saml2.organization.name", "CodeLibs"); defaultSettings.put("onelogin.saml2.organization.displayname", "Fess");
Registered: Thu Sep 04 12:52:25 UTC 2025 - Last Modified: Thu Aug 07 03:06:29 UTC 2025 - 16.4K bytes - Viewed (1)