type encoding/asn1.Enumerated
5 uses
encoding/asn1 (current package)
asn1.go#L291: type Enumerated int
asn1.go#L692: enumeratedType = reflect.TypeFor[Enumerated]()
asn1.go#L916: case *Enumerated:
asn1.go#L919: *v = Enumerated(parsedInt)
crypto/x509
x509.go#L2482: reasonBytes, err := asn1.Marshal(asn1.Enumerated(rce.ReasonCode))
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |