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.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. |