func crypto/x509.ParsePKCS1PrivateKey
7 uses
crypto/x509 (current package)
pkcs1.go#L47: func ParsePKCS1PrivateKey(der []byte) (*rsa.PrivateKey, error) {
pkcs8.go#L46: key, err = ParsePKCS1PrivateKey(privKey.PrivateKey)
crypto/tls
tls.go#L371: if key, err := x509.ParsePKCS1PrivateKey(der); err == nil {
cloud.google.com/go/storage
storage.go#L1032: parsedKey, err = x509.ParsePKCS1PrivateKey(key)
golang.org/x/crypto/ssh
keys.go#L1132: return x509.ParsePKCS1PrivateKey(block.Bytes)
keys.go#L1174: return x509.ParsePKCS1PrivateKey(buf)
golang.org/x/oauth2/internal
oauth2.go#L27: parsedKey, err = x509.ParsePKCS1PrivateKey(key)
![]() |
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. |