Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for BitString (0.06 sec)

  1. 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: Sun Sep 07 00:10:21 UTC 2025
    - Last Modified: Thu Aug 14 05:31:44 UTC 2025
    - 21K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg encoding/asn1, method (BitString) At(int) int
    pkg encoding/asn1, method (BitString) RightAlign() []uint8
    pkg encoding/asn1, method (ObjectIdentifier) Equal(ObjectIdentifier) bool
    pkg encoding/asn1, method (StructuralError) Error() string
    pkg encoding/asn1, method (SyntaxError) Error() string
    pkg encoding/asn1, type BitString struct
    pkg encoding/asn1, type BitString struct, BitLength int
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top