type crypto/x509.publicKeyInfo
8 uses
crypto/x509 (current package)
pkcs1.go#L142: if _, err := asn1.Unmarshal(der, &publicKeyInfo{}); err == nil {
x509.go#L57: var pki publicKeyInfo
x509.go#L156: PublicKey publicKeyInfo
x509.go#L170: type publicKeyInfo struct {
x509.go#L917: func parsePublicKey(algo PublicKeyAlgorithm, keyData *publicKeyInfo) (interface{}, error) {
x509.go#L2202: PublicKey: publicKeyInfo{nil, publicKeyAlgorithm, encodedPublicKey},
x509.go#L2406: PublicKey publicKeyInfo
x509.go#L2622: PublicKey: publicKeyInfo{
![]() |
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. |