Home
last modified time | relevance | path

Searched refs:DecodePem (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/src/
H A Dtls_key.cpp35 DecodePem(type, algorithm, fileName, passPhrase); in TLSKey()
244 void TLSKey::DecodePem(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const Sec… in DecodePem() function in OHOS::NetStack::TlsSocket::TLSKey
/ohos5.0/foundation/communication/netstack/frameworks/native/tls_socket/include/
H A Dtls_key.h58 …void DecodePem(KeyType type, KeyAlgorithm algorithm, const std::string &fileName, const SecureData…