MCPcopy
hub / github.com/grpc/grpc-go / KeyMaterial

Method KeyMaterial

credentials/tls/certprovider/store_test.go:140–140  ·  view source on GitHub ↗
(context.Context)

Source from the content-addressed store, hash-verified

138// same helper from both provider and distributor tests.
139type kmReader interface {
140 KeyMaterial(context.Context) (*KeyMaterial, error)
141}
142
143// readAndVerifyKeyMaterial attempts to read key material from the given

Callers 1

readAndVerifyKeyMaterialFunction · 0.65

Implementers 10

closedProvidercredentials/tls/certprovider/store.go
singleCloseWrappedProvidercredentials/tls/certprovider/store.go
Distributorcredentials/tls/certprovider/distribut
watchercredentials/tls/certprovider/pemfile/w
fakeProvidercredentials/xds/xds_client_test.go
fakeProvidersecurity/advancedtls/advancedtls_test.
testCertProviderWithKeyMaterialinternal/credentials/xds/handshake_inf
testProviderWithRootsinternal/credentials/xds/handshake_inf
systemRootCertsProviderinternal/xds/balancer/clusterimpl/clus
failingProviderinternal/xds/bootstrap/tlscreds/bundle

Calls

no outgoing calls

Tested by 1

readAndVerifyKeyMaterialFunction · 0.52