- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for CIPHER_AES_128_GCM (0.3 seconds)
-
src/main/java/jcifs/internal/smb2/Smb2EncryptionContext.java
} private boolean isGCMCipher() { return this.cipherId == CIPHER_AES_128_GCM || this.cipherId == CIPHER_AES_256_GCM; } private int getKeyLength() { // Java 17 switch expression for cipher key length determination return switch (this.cipherId) { case CIPHER_AES_128_CCM, CIPHER_AES_128_GCM -> 16; // AES-128 ciphers use 16-byte keysCreated: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sun Aug 31 08:00:57 GMT 2025 - 35.5K bytes - Click Count (0)