func crypto/x509.ParsePKCS8PrivateKey
5 uses
crypto/x509 (current package)
pkcs8.go#L33: func ParsePKCS8PrivateKey(der []byte) (key interface{}, err error) {
crypto/tls
tls.go#L374: if key, err := x509.ParsePKCS8PrivateKey(der); err == nil {
cloud.google.com/go/storage
storage.go#L1030: parsedKey, err := x509.ParsePKCS8PrivateKey(key)
golang.org/x/crypto/ssh
keys.go#L1135: return x509.ParsePKCS8PrivateKey(block.Bytes)
golang.org/x/oauth2/internal
oauth2.go#L25: parsedKey, err := x509.ParsePKCS8PrivateKey(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. |