encoding/asn1.fieldParameters.explicit (field)
7 uses
encoding/asn1 (current package)
asn1.go#L744: if params.explicit {
asn1.go#L816: if !params.explicit && params.tag != nil {
asn1.go#L822: if !params.explicit && params.application && params.tag != nil {
asn1.go#L828: if !params.explicit && params.private && params.tag != nil {
common.go#L77: explicit bool // true iff an EXPLICIT tag is in use.
common.go#L109: ret.explicit = true
marshal.go#L696: if params.explicit {
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin 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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |