Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for metric (0.56 sec)

  1. src/main/java/jcifs/smb1/ntlmssp/Type3Message.java

    /* jcifs smb client library in Java
     * Copyright (C) 2002  "Michael B. Allen" <jcifs at samba dot org>
     *                 "Eric Glass" <jcifs at samba dot org>
     *
     * This library is free software; you can redistribute it and/or
     * modify it under the terms of the GNU Lesser General Public
     * License as published by the Free Software Foundation; either
     * version 2.1 of the License, or (at your option) any later version.
     *
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 21:10:40 GMT 2019
    - 22.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/ntlmssp/Type3Message.java

        }
    
    
        /**
         * @return A <code>byte[]</code> containing the message integrity code.
         */
        public byte[] getMic () {
            return this.mic;
        }
    
    
        /**
         * @param mic
         *            NTLM mic to set (16 bytes)
         */
        public void setMic ( byte[] mic ) {
            this.mic = mic;
        }
    
    
        /**
         * @return whether a MIC should be calulated
         */
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Tue Jul 07 12:07:20 GMT 2020
    - 30.6K bytes
    - Viewed (0)
Back to top