Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for providePrimaryInvertibleCryptographer (0.17 seconds)

  1. src/main/java/org/codelibs/fess/mylasta/direction/sponsor/FessSecurityResourceProvider.java

            this.primaryInvertibleCryptographer = primaryInvertibleCryptographer;
            this.primaryOneWayCryptographer = primaryOneWayCryptographer;
        }
    
        @Override
        public InvertibleCryptographer providePrimaryInvertibleCryptographer() {
            return primaryInvertibleCryptographer;
        }
    
        @Override
        public OneWayCryptographer providePrimaryOneWayCryptographer() {
            return primaryOneWayCryptographer;
        }
    Created: Sat Dec 20 09:19:18 GMT 2025
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 1.7K bytes
    - Click Count (0)
Back to Top