Home
last modified time | relevance | path

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

/AliOS-Things-master/components/oss/src/encryption/
A DCipherOpenssl.cc173 BIO_puts(bio, PublicKey().c_str()); in Encrypt()
175 if (strncmp("-----BEGIN RSA", PublicKey().c_str(), 14) == 0) { in Encrypt()
225 if (strncmp("-----BEGIN RSA", PublicKey().c_str(), 14) == 0) { in Decrypt()
/AliOS-Things-master/components/oss/include/alibabacloud/oss/encryption/
A DCipher.h100 const std::string& PublicKey() const { return publicKey_; } in PublicKey() function

Completed in 3 milliseconds