Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for headerKey (4.17 sec)

  1. src/main/java/org/codelibs/fess/helper/RoleQueryHelper.java

            this.encryptedParameterValue = encryptedParameterValue;
        }
    
        /**
         * Sets the header key.
         * @param headerKey The header key.
         */
        public void setHeaderKey(final String headerKey) {
            this.headerKey = headerKey;
        }
    
        /**
         * Sets whether the header value is encrypted.
         * @param encryptedHeaderValue Whether the header value is encrypted.
         */
    Registered: Sat Dec 20 09:19:18 UTC 2025
    - Last Modified: Fri Nov 28 16:29:12 UTC 2025
    - 15.1K bytes
    - Viewed (0)
  2. src/test/java/jcifs/internal/smb2/ioctl/Smb2IoctlResponseTest.java

                byte[] outputBytes, int ioctlFlags) {
            final int headerLen = 64; // SMB2 header is 64 bytes
            final int bodyFixed = 48; // body size minus 1 for structure size field overlap
            final int payloadStart = headerLen + bodyFixed;
            final int bodyLen = bodyFixed + inputCount + outputCount;
    
            byte[] buf = new byte[bodyLen];
            int pos = 0;
    Registered: Sat Dec 20 13:44:44 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 10.9K bytes
    - Viewed (0)
Back to top