MCPcopy
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
28type PrivateKeyWrap interface {
29 Signer() (crypto.Signer, error)
30 DER() []byte
31 PEM() []byte
32}

Callers 5

createCertsToSecretFunction · 0.65
NewSelfSignedMethod · 0.65
TestGenPrivateKeyFunction · 0.65
CreateCSRMethod · 0.65
SignCertsMethod · 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 1

TestGenPrivateKeyFunction · 0.52