- Sort Score
- Result 10 results
- Languages All
Results 11 - 11 of 11 for calculateMac (0.5 sec)
-
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"); }Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 17.3K bytes - Viewed (0)