Searched refs:m_keyAlgorithm (Results 1 – 3 of 3) sorted by relevance
28 m_keyAlgorithm(""), in SignatureAlgorithmHelper()35 m_keyAlgorithm(other.m_keyAlgorithm), in SignatureAlgorithmHelper()44 …: m_id(id_), m_keyAlgorithm(keyAlg_), m_contentDigestAlgorithm(digestAlg_), m_signatureAlgAndParam… in SignatureAlgorithmHelper()52 m_keyAlgorithm = other.m_keyAlgorithm; in operator =()
49 std::string m_keyAlgorithm; variable