crypto/x509/pkix.AttributeTypeAndValue.Value (field)
7 uses
crypto/x509/pkix (current package)
pkix.go#L55: derBytes, err := asn1.Marshal(tv.Value)
pkix.go#L64: valueString := fmt.Sprint(tv.Value)
pkix.go#L101: Value any
pkix.go#L152: value, ok := atv.Value.(string)
pkix.go#L208: s[i].Value = value
crypto/x509
parser.go#L138: attr.Value, err = parseASN1String(valueTag, rawValue)
x509.go#L1999: Value: e.Value,
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. |