- Sort Score
- Result 10 results
- Languages All
Results 1 - 3 of 3 for bit_string (3.54 sec)
-
src/main/resources/fess_indices/fess/doc.json
"copy_to": ["content_minhash_bits"] }, "content_minhash": { "type": "text", "index": false }, "content_minhash_bits": { "type": "minhash", "bit_string": true, "minhash_analyzer": "minhash_analyzer" }, "content_length": { "type": "long" }, "created": { "type": "date", "format": "date_optional_time"
Registered: Sat Dec 20 09:19:18 UTC 2025 - Last Modified: Tue Aug 15 11:50:35 UTC 2023 - 11.8K bytes - Viewed (0) -
src/main/java/jcifs/pac/kerberos/KerberosApRequest.java
throw new PACDecodingException("Invalid kerberos request"); } break; case 2: DERBitString bitString = ASN1Util.as(DERBitString.class, tagged); this.apOptions = bitString.getBytes()[0]; break; case 3: ASN1TaggedObject derTicket = ASN1Util.as(ASN1TaggedObject.class, tagged);
Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Sat Aug 16 01:32:48 UTC 2025 - 4.9K bytes - Viewed (0) -
src/test/java/jcifs/spnego/NegTokenInitTest.java
@Test @DisplayName("Tag [3] MIC with non-OctetString is ignored (no crash)") void testMicTag3NonOctetIgnored() throws Exception { // Manually craft a token where field [3] is not an OctetString (e.g., BitString) ASN1EncodableVector fields = new ASN1EncodableVector(); // Add a dummy [3] BIT STRING which should be ignored by implementation fields.add(new DERTaggedObject(true, 3, new DERBitString(0xA5)));Registered: Sat Dec 20 13:44:44 UTC 2025 - Last Modified: Thu Aug 14 05:31:44 UTC 2025 - 21K bytes - Viewed (0)