- Sort Score
- Result 10 results
- Languages All
Results 1 - 2 of 2 for setupMIC (0.05 sec)
-
src/main/java/jcifs/smb/NtlmContext.java
} } this.ntlmsspFlags &= msg2.getFlags(); final Type3Message msg3 = createType3Message(msg2); msg3.setupMIC(this.type1Bytes, token); final byte[] out = msg3.toByteArray(); if (log.isTraceEnabled()) { log.trace(msg3.toString());
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 30 05:58:03 UTC 2025 - 17.3K bytes - Viewed (0) -
src/main/java/jcifs/ntlmssp/Type3Message.java
* @param type2 the Type-2 message bytes * @throws GeneralSecurityException if a cryptographic error occurs * @throws IOException if an I/O error occurs */ public void setupMIC(final byte[] type1, final byte[] type2) throws GeneralSecurityException, IOException { final byte[] sk = this.masterKey; if (sk == null) { return; }
Registered: Sun Sep 07 00:10:21 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 32.7K bytes - Viewed (0)