- Sort Score
- Num 10 results
- Language All
Results 1 - 4 of 4 for secretkey (0.04 seconds)
-
src/main/java/org/codelibs/fess/storage/S3StorageClient.java
* @param endpoint the S3 endpoint URL (null for AWS default) * @param accessKey the AWS access key * @param secretKey the AWS secret key * @param bucket the bucket name * @param region the AWS region */ public S3StorageClient(final String endpoint, final String accessKey, final String secretKey, final String bucket, final String region) { this.bucket = bucket;
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Dec 13 02:21:17 GMT 2025 - 10.9K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/util/ParameterUtilTest.java
value = "password={cipher}5691346cc398a4450114883140fa84a7\nsecretkey=unencrypted"; result = ParameterUtil.encrypt(value); assertTrue(result.contains("password={cipher}5691346cc398a4450114883140fa84a7")); assertTrue(result.contains("secretkey={cipher}")); assertFalse(result.contains("secretkey=unencrypted")); // Test with keys that don't match patternCreated: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Wed Jan 14 14:29:07 GMT 2026 - 22.8K bytes - Click Count (0) -
src/test/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProviderTest.java
// Test with different cipher types @Test public void test_withBlowfishCipher() { // Test with Blowfish cipher InvertibleCryptographer blowfish = InvertibleCryptographer.createBlowfishCipher("secretkey"); FessSecurityResourceProvider provider = new FessSecurityResourceProvider(blowfish, oneWayCryptographer); assertNotNull(provider);Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Fri Mar 13 23:01:26 GMT 2026 - 13.2K bytes - Click Count (0) -
src/main/java/org/codelibs/fess/Constants.java
public static final String STORAGE_ACCESS_KEY = "storage.accesskey"; /** Storage secret key configuration key. */ public static final String STORAGE_SECRET_KEY = "storage.secretkey"; /** Storage bucket configuration key. */ public static final String STORAGE_BUCKET = "storage.bucket"; /** Storage type configuration key (s3, gcs, auto). */
Created: Tue Mar 31 13:07:34 GMT 2026 - Last Modified: Sat Mar 28 11:55:54 GMT 2026 - 35.8K bytes - Click Count (0)