Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for buffer_data (0.47 sec)

  1. src/main/java/jcifs/pac/Pac.java

                    if ( bufferOffset % 8 != 0 ) {
                        throw new PACDecodingException("Unaligned buffer " + bufferType);
                    }
    
                    byte[] bufferData = new byte[bufferSize];
                    System.arraycopy(data, (int) bufferOffset, bufferData, 0, bufferSize);
    
                    switch ( bufferType ) {
                    case PacConstants.LOGON_INFO:
                        // PAC Credential Information
    Registered: Wed Jun 12 15:45:55 UTC 2024
    - Last Modified: Sun Jul 01 13:12:10 UTC 2018
    - 6.5K bytes
    - Viewed (0)
Back to top