MCPcopy Create free account
hub / github.com/belak/gitdir / rsaPrivateKey

Struct rsaPrivateKey

models/private_key.go:75–77  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

73}
74
75type rsaPrivateKey struct {
76 *rsa.PrivateKey
77}
78
79// ParseRSAPrivateKey parses an RSA private key.
80func ParseRSAPrivateKey(data []byte) (PrivateKey, error) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected