Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubeedge/kubeedge
/ Signer
Method
Signer
pkg/security/certs/types.go:29–29 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
27
28
type
PrivateKeyWrap
interface
{
29
Signer() (crypto.Signer, error)
30
DER() []byte
31
PEM() []byte
32
}
Callers
5
createCertsToSecret
Function · 0.65
NewSelfSigned
Method · 0.65
TestGenPrivateKey
Function · 0.65
CreateCSR
Method · 0.65
SignCerts
Method · 0.65
Implementers
3
mockPrivateKeyWrap
pkg/security/certs/types_test.go
MockPrivateKeyWrap
pkg/security/certs/x509_certs_test.go
x509PrivateKeyWrap
pkg/security/certs/x509_types.go
Calls
no outgoing calls
Tested by
1
TestGenPrivateKey
Function · 0.52