type crypto/x509/pkix.AttributeTypeAndValueSET
8 uses
crypto/x509/pkix (current package)
pkix.go#L106: type AttributeTypeAndValueSET struct {
crypto/x509
x509.go#L1735: Attributes []pkix.AttributeTypeAndValueSET
x509.go#L1782: func newRawAttributes(attributes []pkix.AttributeTypeAndValueSET) ([]asn1.RawValue, error) {
x509.go#L1799: func parseRawAttributes(rawAttributes []asn1.RawValue) []pkix.AttributeTypeAndValueSET {
x509.go#L1800: var attributes []pkix.AttributeTypeAndValueSET
x509.go#L1802: var attr pkix.AttributeTypeAndValueSET
x509.go#L1889: attributes := make([]pkix.AttributeTypeAndValueSET, 0, len(template.Attributes))
x509.go#L1893: attributes = append(attributes, pkix.AttributeTypeAndValueSET{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)