Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for Santos (0.16 sec)

  1. src/main/java/jcifs/smb1/util/Encdec.java

        public static final int TIME_1970_SEC_32LE = 2;
        public static final int TIME_1904_SEC_32BE = 3;
        public static final int TIME_1904_SEC_32LE = 4;
        public static final int TIME_1601_NANOS_64LE = 5;
        public static final int TIME_1601_NANOS_64BE = 6;
        public static final int TIME_1970_MILLIS_64BE = 7;
        public static final int TIME_1970_MILLIS_64LE = 8;
    
        /* Encode integers
         */
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Fri Mar 22 20:39:42 GMT 2019
    - 10.9K bytes
    - Viewed (0)
  2. src/main/java/jcifs/util/Encdec.java

        private static final int TIME_1970_SEC_32LE = 2;
        private static final int TIME_1904_SEC_32BE = 3;
        private static final int TIME_1904_SEC_32LE = 4;
        private static final int TIME_1601_NANOS_64LE = 5;
        private static final int TIME_1601_NANOS_64BE = 6;
        private static final int TIME_1970_MILLIS_64BE = 7;
        private static final int TIME_1970_MILLIS_64LE = 8;
    
    
        /**
         * 
         */
        private Encdec () {}
    
    
    Java
    - Registered: Sun May 05 00:10:10 GMT 2024
    - Last Modified: Sun Jul 01 13:12:10 GMT 2018
    - 11K bytes
    - Viewed (0)
  3. src/main/java/jcifs/ntlmssp/Type3Message.java

         * @param type2
         *            The Type-2 message.
         * @param responseKeyNT
         * @param clientChallenge
         * @param clientChallengeInfo
         * @param ts
         *            timestamp (nanos since 1601)
         * @return A <code>byte[]</code> containing the NTLMv2 response.
         */
        public static byte[] getNTLMv2Response ( CIFSContext tc, Type2Message type2, byte[] responseKeyNT, byte[] clientChallenge,
    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