Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for getHMACT64 (0.04 sec)

  1. src/main/java/jcifs/util/Crypto.java

            }
        }
    
        /**
         * Get an HMACT64 message authentication code instance.
         * @param key the key for the HMACT64 MAC
         * @return HMACT64 MAC instance
         */
        public static MessageDigest getHMACT64(final byte[] key) {
            return new HMACT64(key);
        }
    
        /**
         * Get an RC4 cipher instance initialized with the specified key.
         * @param key the encryption key
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 5.7K bytes
    - Viewed (0)
Back to top