Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for StreetAddress (0.14 sec)

  1. src/crypto/x509/pkix/pkix.go

    				case 6:
    					n.Country = append(n.Country, value)
    				case 7:
    					n.Locality = append(n.Locality, value)
    				case 8:
    					n.Province = append(n.Province, value)
    				case 9:
    					n.StreetAddress = append(n.StreetAddress, value)
    				case 10:
    					n.Organization = append(n.Organization, value)
    				case 11:
    					n.OrganizationalUnit = append(n.OrganizationalUnit, value)
    				case 17:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Oct 13 17:09:47 UTC 2023
    - 9.1K bytes
    - Viewed (0)
  2. src/crypto/x509/x509_test.go

    			Organization:       []string{"Isode Limited"},
    			OrganizationalUnit: []string{"RFCs"},
    			Locality:           []string{"Richmond"},
    			Province:           []string{"Surrey"},
    			StreetAddress:      []string{"The Square"},
    			PostalCode:         []string{"TW9 1DT"},
    			SerialNumber:       "RFC 2253",
    			Country:            []string{"GB"},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 22 21:00:16 UTC 2024
    - 163.4K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"Name.Organization", Field, 0},
    		{"Name.OrganizationalUnit", Field, 0},
    		{"Name.PostalCode", Field, 0},
    		{"Name.Province", Field, 0},
    		{"Name.SerialNumber", Field, 0},
    		{"Name.StreetAddress", Field, 0},
    		{"RDNSequence", Type, 0},
    		{"RelativeDistinguishedNameSET", Type, 0},
    		{"RevokedCertificate", Type, 0},
    		{"RevokedCertificate.Extensions", Field, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. api/go1.txt

    pkg crypto/x509/pkix, type Name struct, PostalCode []string
    pkg crypto/x509/pkix, type Name struct, Province []string
    pkg crypto/x509/pkix, type Name struct, SerialNumber string
    pkg crypto/x509/pkix, type Name struct, StreetAddress []string
    pkg crypto/x509/pkix, type RDNSequence []RelativeDistinguishedNameSET
    pkg crypto/x509/pkix, type RelativeDistinguishedNameSET []AttributeTypeAndValue
    pkg crypto/x509/pkix, type RevokedCertificate struct
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top