MCPcopy Create free account
hub / github.com/apache/impala / ToString

Method ToString

be/src/kudu/security/cert.cc:97–99  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

95}
96
97Status Cert::ToString(std::string* data, DataFormat format) const {
98 return ::kudu::security::ToString(data, format, data_.get());
99}
100
101Status Cert::FromFile(const std::string& fpath, DataFormat format) {
102 RETURN_NOT_OK(::kudu::security::FromFile(fpath, format, &data_));

Callers 15

NeedsExtraStepMethod · 0.45
StartMethod · 0.45
TEST_FFunction · 0.45
DoRenewalInternalMethod · 0.45
ParseFlagMethod · 0.45
RecvMethod · 0.45
CheckToAndFromStringMethod · 0.45
TEST_FFunction · 0.45
TEST_FFunction · 0.45
DumpTrustedCertsMethod · 0.45
GeneratePublicKeyStrDerFunction · 0.45

Calls 2

getMethod · 0.65
ToStringFunction · 0.50

Tested by 9

StartMethod · 0.36
TEST_FFunction · 0.36
CheckToAndFromStringMethod · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
GeneratePublicKeyStrDerFunction · 0.36
TEST_FFunction · 0.36
TEST_FFunction · 0.36
TEST_PFunction · 0.36