MCPcopy
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
28type PrivateKeyWrap interface {
29 Signer() (crypto.Signer, error)
30 DER() []byte
31 PEM() []byte
32}
33
34type CAHandler interface {
35 // GenPrivateKey create a private key

Callers 14

createCertsToSecretFunction · 0.65
NewSelfSignedMethod · 0.65
TestGenPrivateKeyFunction · 0.65
CreateCSRMethod · 0.65
SignCertsMethod · 0.65
createCAToSecretFunction · 0.65
createCertsToSecretFunction · 0.65
TestVerifyCertFunction · 0.65
TestGenPrivateKeyFunction · 0.65
TestSignX509CertsFunction · 0.65
GetEdgeCertMethod · 0.65
genFakeCertsFunction · 0.65

Implementers 3

mockPrivateKeyWrappkg/security/certs/types_test.go
MockPrivateKeyWrappkg/security/certs/x509_certs_test.go
x509PrivateKeyWrappkg/security/certs/x509_types.go

Calls

no outgoing calls

Tested by

no test coverage detected