Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for overhead (2.49 sec)

  1. src/main/java/org/codelibs/core/crypto/CachedCipher.java

    /**
     * A high-performance utility class for encrypting and decrypting data using cached {@link Cipher} instances.
     * <p>
     * This class provides efficient encryption/decryption by pooling and reusing cipher instances,
     * reducing the overhead of repeated cipher initialization. It supports both string-based keys
     * and {@link Key} objects, with configurable algorithms and character encodings.
     * </p>
     * <p>
     * <strong>Key Features:</strong>
     * </p>
     * <ul>
    Registered: Sat Dec 20 08:55:33 UTC 2025
    - Last Modified: Sat Nov 22 11:21:59 UTC 2025
    - 15.9K bytes
    - Viewed (0)
Back to top