crypto/x509/pkix.Extension.Id (field)
27 uses
crypto/x509/pkix (current package)
pkix.go#L114: Id asn1.ObjectIdentifier
crypto/x509
x509.go#L799: if e.Id.Equal(oidExtensionSubjectAltName) {
x509.go#L1338: if len(e.Id) == 4 && e.Id[0] == 2 && e.Id[1] == 5 && e.Id[2] == 29 {
x509.go#L1339: switch e.Id[3] {
x509.go#L1432: } else if e.Id.Equal(oidExtensionAuthorityInfoAccess) {
x509.go#L1458: out.UnhandledCriticalExtensions = append(out.UnhandledCriticalExtensions, e.Id)
x509.go#L1637: if e.Id.Equal(oid) {
x509.go#L1720: ret[n].Id = oidExtensionSubjectKeyId
x509.go#L1729: ret[n].Id = oidExtensionAuthorityKeyId
x509.go#L1739: ret[n].Id = oidExtensionAuthorityInfoAccess
x509.go#L1762: ret[n].Id = oidExtensionSubjectAltName
x509.go#L1788: ret[n].Id = oidExtensionNameConstraints
x509.go#L1883: ret[n].Id = oidExtensionCRLDistributionPoints
x509.go#L1912: ext := pkix.Extension{Id: oidExtensionKeyUsage, Critical: true}
x509.go#L1933: ext := pkix.Extension{Id: oidExtensionExtendedKeyUsage}
x509.go#L1955: ext := pkix.Extension{Id: oidExtensionBasicConstraints, Critical: true}
x509.go#L1971: ext := pkix.Extension{Id: oidExtensionCertificatePolicies}
x509.go#L1995: Id: oidExtensionSubjectAltName,
x509.go#L2322: aki.Id = oidExtensionAuthorityKeyId
x509.go#L2562: if specifiedExtensions[e.Id.String()] {
x509.go#L2571: Type: e.Id,
x509.go#L2713: case extension.Id.Equal(oidExtensionSubjectAltName):
x509.go#L2819: Id: oidExtensionAuthorityKeyId,
x509.go#L2823: Id: oidExtensionCRLNumber,
![]() |
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. |