| 73 | } |
| 74 | |
| 75 | type rsaPrivateKey struct { |
| 76 | *rsa.PrivateKey |
| 77 | } |
| 78 | |
| 79 | // ParseRSAPrivateKey parses an RSA private key. |
| 80 | func ParseRSAPrivateKey(data []byte) (PrivateKey, error) { |
nothing calls this directly
no outgoing calls
no test coverage detected