type crypto/x509/pkix.AttributeTypeAndValue
12 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
x509.go#L2532: values := make([][]pkix.AttributeTypeAndValue, len(attr.Value))
x509.go#L2558: newValue := make([]pkix.AttributeTypeAndValue, 0, len(atvSet.Value[0])+len(extensions))
x509.go#L2568: newValue = append(newValue, pkix.AttributeTypeAndValue{
 |
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. |