const encoding/asn1.TagUTCTime
10 uses
encoding/asn1 (current package)
asn1.go#L630: case TagGeneralizedTime, TagUTCTime:
asn1.go#L632: t.tag = TagUTCTime
asn1.go#L721: case TagUTCTime:
asn1.go#L807: if universalTag == TagUTCTime && t.tag == TagGeneralizedTime && t.class == ClassUniversal {
asn1.go#L868: if universalTag == TagUTCTime {
common.go#L37: TagUTCTime = 23
common.go#L109: ret.timeType = TagUTCTime
common.go#L160: return false, TagUTCTime, false, true
marshal.go#L629: if params.timeType != 0 && tag != TagUTCTime {
marshal.go#L655: case TagUTCTime:
The pages are generated with Golds v0.6.7. (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 @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |