type crypto/x509.pkcs1PublicKey
6 uses
crypto/x509 (current package)
pkcs1.go#L39: type pkcs1PublicKey struct {
pkcs1.go#L139: var pub pkcs1PublicKey
pkcs1.go#L168: derBytes, _ := asn1.Marshal(pkcs1PublicKey{
x509.go#L59: if _, err := asn1.Unmarshal(derBytes, &pkcs1PublicKey{}); err == nil {
x509.go#L76: publicKeyBytes, err = asn1.Marshal(pkcs1PublicKey{
x509.go#L927: p := new(pkcs1PublicKey)
The pages are generated with Golds v0.2.8-preview. (GOOS=darwin GOARCH=arm64)