Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubeedge/kubeedge
/ x509PrivateKeyWrap
Struct
x509PrivateKeyWrap
pkg/security/certs/x509_types.go:26–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
24
)
25
26
type
x509PrivateKeyWrap
struct
{
27
der []byte
28
}
29
30
func
(k x509PrivateKeyWrap) Signer() (crypto.Signer, error) {
31
return
x509.ParseECPrivateKey(k.der)
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected