MCPcopy Create free account
hub / github.com/apple/foundationdb / writePem

Method writePem

flow/PKey.cpp:170–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

168}
169
170StringRef PublicKey::writePem(Arena& arena) const {
171 return doWritePublicKeyPem(arena, nativeHandle());
172}
173
174StringRef PublicKey::writeDer(Arena& arena) const {
175 return doWritePublicKeyDer(arena, nativeHandle());

Callers 1

toPemMethod · 0.80

Calls 5

doWritePublicKeyPemFunction · 0.85
AutoCPointerClass · 0.85
traceAndThrowEncodeFunction · 0.85
memcpyFunction · 0.85
StringRefClass · 0.50

Tested by

no test coverage detected