Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for kdc (0.01 sec)

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

                    case PacConstants.PRIVSVR_CHECKSUM:
                        // PAC KDC Signature
                        if (this.kdcSignature == null) {
                            this.kdcSignature = new PacSignature(bufferData);
                            if (log.isDebugEnabled()) {
                                log.debug(String.format("KDC signature is type %d @ %d len %d", this.kdcSignature.getType(), bufferOffset,
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 7.3K bytes
    - Viewed (0)
  2. src/main/java/jcifs/pac/PacConstants.java

         */
        int CREDENTIAL_TYPE = 2;
        /**
         * Buffer type for server checksum signature.
         */
        int SERVER_CHECKSUM = 6;
        /**
         * Buffer type for privilege server (KDC) checksum signature.
         */
        int PRIVSVR_CHECKSUM = 7;
    
        /**
         * Buffer type for client name information.
         */
        int CLIENT_NAME_TYPE = 0xA;
        /**
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 2.4K bytes
    - Viewed (0)
Back to top