type crypto/x509/pkix.AttributeTypeAndValue
13 uses
crypto/x509/pkix (current package)
pkix.go#L95: type RelativeDistinguishedNameSET []AttributeTypeAndValue
pkix.go#L99: type AttributeTypeAndValue struct {
pkix.go#L108: Value [][]AttributeTypeAndValue `asn1:"set"`
pkix.go#L133: Names []AttributeTypeAndValue
pkix.go#L138: ExtraNames []AttributeTypeAndValue
pkix.go#L205: s := make([]AttributeTypeAndValue, len(values))
pkix.go#L241: ret = append(ret, []AttributeTypeAndValue{atv})
pkix.go#L265: rdns = append(rdns, []AttributeTypeAndValue{atv})
pkix.go#L274: func oidInAttributeTypeAndValue(oid asn1.ObjectIdentifier, atv []AttributeTypeAndValue) bool {
crypto/x509
parser.go#L128: var attr pkix.AttributeTypeAndValue
x509.go#L1959: values := make([][]pkix.AttributeTypeAndValue, len(attr.Value))
x509.go#L1985: newValue := make([]pkix.AttributeTypeAndValue, 0, len(atvSet.Value[0])+len(extensions))
x509.go#L1995: newValue = append(newValue, pkix.AttributeTypeAndValue{
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. |