Home
last modified time | relevance | path

Searched refs:GetFormattedCertChain (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/base/security/code_signature/services/local_code_sign/include/
H A Dlocal_sign_key.h40 int32_t GetFormattedCertChain(ByteBuffer &buffer);
/ohos5.0/base/security/code_signature/services/local_code_sign/src/
H A Dlocal_code_sign_service.cpp111 return key.GetFormattedCertChain(certChainData); in InitLocalCertificate()
H A Dlocal_sign_key.cpp180 int32_t LocalSignKey::GetFormattedCertChain(ByteBuffer &buffer) in GetFormattedCertChain() function in OHOS::Security::CodeSign::LocalSignKey