Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 0403060130 (0.06 sec)

  1. src/encoding/asn1/marshal_test.go

    	}
    }
    
    func TestMarshalOID(t *testing.T) {
    	var marshalTestsOID = []marshalTest{
    		{[]byte("\x06\x01\x30"), "0403060130"}, // bytes format returns a byte sequence \x04
    		// {ObjectIdentifier([]int{0}), "060100"}, // returns an error as OID 0.0 has the same encoding
    		{[]byte("\x06\x010"), "0403060130"},                // same as above "\x06\x010" = "\x06\x01" + "0"
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Dec 13 18:45:54 UTC 2021
    - 10K bytes
    - Viewed (0)
Back to top