Searched defs:Certificate (Results 1 – 1 of 1) sorted by relevance
45 struct Certificate { struct51 Certificate(int hash_len_, KeyType key_type_, std::unique_ptr<RSA, RSADeleter>&& rsa_, in Certificate() argument56 int hash_len;57 KeyType key_type;58 std::unique_ptr<RSA, RSADeleter> rsa;59 std::unique_ptr<EC_KEY, ECKEYDeleter> ec;