Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 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/smb/Kerb5Authenticator.java

         * Program will use this name to require service ticket from KDC.
         *
         * @param name
         *            the service name used to require service ticket from KDC.
         */
        public void setService(String name) {
            this.service = name;
        }
    
        /**
         * Get the service name.
         *
         * @return the service name used to require service ticket from KDC
         */
        public String getService() {
    Registered: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Sat Aug 16 01:32:48 UTC 2025
    - 13.2K bytes
    - Viewed (0)
  3. 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)
  4. fess-crawler/src/main/resources/org/codelibs/fess/crawler/mime/tika-mimetypes.xml

        </magic>
        <sub-class-of type="video/quicktime" />
      </mime-type>
    
      <mime-type type="image/x-raw-kodak">
        <_comment>Kodak raw image</_comment>
        <glob pattern="*.k25"/>
        <glob pattern="*.kdc"/>
        <glob pattern="*.dcs"/>
        <glob pattern="*.drf"/>
      </mime-type>
    
      <mime-type type="image/x-raw-minolta">
        <_comment>Minolta raw image</_comment>
        <glob pattern="*.mrw"/>
    Registered: Sun Sep 21 03:50:09 UTC 2025
    - Last Modified: Thu Mar 13 08:18:01 UTC 2025
    - 320.1K bytes
    - Viewed (1)
Back to top