type crypto/x509/pkix.AttributeTypeAndValueSET
8 uses
crypto/x509/pkix (current package)
pkix.go#L106: type AttributeTypeAndValueSET struct {
crypto/x509
x509.go#L2376: Attributes []pkix.AttributeTypeAndValueSET
x509.go#L2423: func newRawAttributes(attributes []pkix.AttributeTypeAndValueSET) ([]asn1.RawValue, error) {
x509.go#L2440: func parseRawAttributes(rawAttributes []asn1.RawValue) []pkix.AttributeTypeAndValueSET {
x509.go#L2441: var attributes []pkix.AttributeTypeAndValueSET
x509.go#L2443: var attr pkix.AttributeTypeAndValueSET
x509.go#L2530: attributes := make([]pkix.AttributeTypeAndValueSET, 0, len(template.Attributes))
x509.go#L2534: attributes = append(attributes, pkix.AttributeTypeAndValueSET{
 |
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. |