crypto/x509/pkix.AttributeTypeAndValueSET.Value (field)
9 uses
crypto/x509/pkix (current package)
pkix.go#L108: Value [][]AttributeTypeAndValue `asn1:"set"`
crypto/x509
x509.go#L2532: values := make([][]pkix.AttributeTypeAndValue, len(attr.Value))
x509.go#L2533: copy(values, attr.Value)
x509.go#L2536: Value: values,
x509.go#L2544: if !atvSet.Type.Equal(oidExtensionRequest) || len(atvSet.Value) == 0 {
x509.go#L2552: for _, atvs := range atvSet.Value {
x509.go#L2558: newValue := make([]pkix.AttributeTypeAndValue, 0, len(atvSet.Value[0])+len(extensions))
x509.go#L2559: newValue = append(newValue, atvSet.Value[0]...)
x509.go#L2576: atvSet.Value[0] = newValue
![]() |
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. |