Search Options

Display Count
Sort
Preferred Language
Advanced Search

Results 1 - 1 of 1 for providePrimaryInvertibleCryptographer (0.29 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: Tue Mar 31 13:07:34 GMT 2026
    - Last Modified: Thu Jul 17 08:28:31 GMT 2025
    - 1.7K bytes
    - Click Count (0)
Back to Top