- Sort Score
- Num 10 results
- Language All
Results 11 - 11 of 11 for calculateMac (0.05 seconds)
-
src/main/java/jcifs/smb/NtlmContext.java
} @Override public boolean isMICAvailable() { return !this.auth.isGuest() && this.signKey != null && this.verifyKey != null; } @Override public byte[] calculateMIC(final byte[] data) throws CIFSException { final byte[] sk = this.signKey; if (sk == null) { throw new CIFSException("Signing is not initialized"); }Created: Sun Apr 05 00:10:12 GMT 2026 - Last Modified: Sat Aug 30 05:58:03 GMT 2025 - 17.3K bytes - Click Count (1)