var crypto/x509.oidExtensionAuthorityKeyId
5 uses
crypto/x509 (current package)
x509.go#L1618: oidExtensionAuthorityKeyId = []int{2, 5, 29, 35}
x509.go#L1728: if len(authorityKeyId) > 0 && !oidInExtensions(oidExtensionAuthorityKeyId, template.ExtraExtensions) {
x509.go#L1729: ret[n].Id = oidExtensionAuthorityKeyId
x509.go#L2322: aki.Id = oidExtensionAuthorityKeyId
x509.go#L2819: Id: oidExtensionAuthorityKeyId,
![]() |
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. |