Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for Province (0.35 sec)

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

    					n.CommonName = value
    				case 5:
    					n.SerialNumber = value
    				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:
    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

    		{pkix.Name{
    			CommonName:         "Steve Kille",
    			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.ExtraNames", Field, 5},
    		{"Name.Locality", Field, 0},
    		{"Name.Names", Field, 0},
    		{"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},
    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. okhttp/src/test/resources/okhttp3/internal/publicsuffix/public_suffix_list.dat

    is
    net.is
    com.is
    edu.is
    gov.is
    org.is
    int.is
    
    // it : https://en.wikipedia.org/wiki/.it
    it
    gov.it
    edu.it
    // Reserved geo-names (regions and provinces):
    // https://www.nic.it/sites/default/files/archivio/docs/Regulation_assignation_v7.1.pdf
    // Regions
    abr.it
    abruzzo.it
    aosta-valley.it
    aostavalley.it
    bas.it
    basilicata.it
    cal.it
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Wed Dec 20 23:27:07 UTC 2023
    - 240.3K bytes
    - Viewed (0)
  5. api/go1.txt

    pkg crypto/x509/pkix, type Name struct, Organization []string
    pkg crypto/x509/pkix, type Name struct, OrganizationalUnit []string
    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
    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