Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for tyto (0.28 sec)

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

         * Encrypts the given data.
         *
         * @param data
         *            the data to encrypt
         * @return the encrypted data
         * @deprecated Use {@link #encrypt(byte[])} instead. This method name contains a typo.
         */
        @Deprecated
        public byte[] encrypto(final byte[] data) {
            return encrypt(data);
        }
    
        /**
         * Encrypts the given data with the specified key.
         *
    Registered: Sat Dec 20 08:55:33 UTC 2025
    - Last Modified: Sat Nov 22 11:21:59 UTC 2025
    - 15.9K bytes
    - Viewed (0)
  2. fess-crawler/src/test/java/org/codelibs/fess/crawler/client/ftp/FtpClientTest.java

                assertTrue(e.getCause() instanceof InterruptedException);
            }
        }
    
        public void test_directory_child_urls() throws Exception {
            // Test that childUri (not typo chileUri) is correctly used in directory listing
            FtpServer server = null;
            try {
                String username = "testuser";
                String password = "testpass";
    Registered: Sat Dec 20 11:21:39 UTC 2025
    - Last Modified: Mon Nov 24 03:59:47 UTC 2025
    - 21.5K bytes
    - Viewed (0)
Back to top