Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 11 of 11 for calculateMac (1.75 sec)

  1. 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: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 30 05:58:03 UTC 2025
    - 17.3K bytes
    - Viewed (0)
Back to top