Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 310302010a (0.12 sec)

  1. src/encoding/asn1/marshal_test.go

    	in     any
    	params string
    	out    string // hex encoded
    }
    
    var marshalWithParamsTests = []marshalWithParamsTest{
    	{intStruct{10}, "set", "310302010a"},
    	{intStruct{10}, "application", "600302010a"},
    	{intStruct{10}, "private", "e00302010a"},
    }
    
    func TestMarshalWithParams(t *testing.T) {
    	for i, test := range marshalWithParamsTests {
    		data, err := MarshalWithParams(test.in, test.params)
    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