std › crypto › codecs › asn1 › Opaque › decodeDerdecodeDerFunction parametersParameters#decoder:*der.DecoderType definitions in this namespaceTypes#derOidTagElement A decoded view.ExpectedTag For decoding.FieldTagBitStringAny Use sparingly.Functions in this namespaceFunctions#OpaqueSourceImplementation#pub fn decodeDer(decoder: *der.Decoder) !@This() { const ele = try decoder.element(tag.toExpected()); if (tag.constructed) decoder.index = ele.slice.end; return .{ .bytes = decoder.view(ele) }; }
pub fn decodeDer(decoder: *der.Decoder) !@This() { const ele = try decoder.element(tag.toExpected()); if (tag.constructed) decoder.index = ele.slice.end; return .{ .bytes = decoder.view(ele) }; }