Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/kubeedge/kubeedge
/ PrivateKeyWrap
Interface
PrivateKeyWrap
pkg/security/certs/types.go:28–32 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
)
27
28
type
PrivateKeyWrap
interface
{
29
Signer() (crypto.Signer, error)
30
DER() []byte
31
PEM() []byte
32
}
33
34
type
CAHandler
interface
{
35
// GenPrivateKey create a private key
Callers
14
createCertsToSecret
Function · 0.65
NewSelfSigned
Method · 0.65
TestGenPrivateKey
Function · 0.65
CreateCSR
Method · 0.65
SignCerts
Method · 0.65
createCAToSecret
Function · 0.65
createCertsToSecret
Function · 0.65
TestVerifyCert
Function · 0.65
TestGenPrivateKey
Function · 0.65
TestSignX509Certs
Function · 0.65
GetEdgeCert
Method · 0.65
genFakeCerts
Function · 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
no test coverage detected