crypto/x509util/x509util.go
Function GetRSAPublicKeyForPKCS8PublicKeyPath
has 6 return statements (exceeds 4 allowed). Open
Open
func GetRSAPublicKeyForPKCS8PublicKeyPath(pubKeyPkcs8Path string) (*rsa.PublicKey, error) {
var pubKey *rsa.PublicKey
isFile, err := osutil.IsFile(pubKeyPkcs8Path, true)
if err != nil {