Lines Matching refs:SignerInfo
37 const std::string SignerInfo::OWNERID_OID = "1.3.6.1.4.1.2011.2.376.1.4.1";
38 const std::string SignerInfo::OWNERID_OID_SHORT_NAME = "ownerID";
39 const std::string SignerInfo::OWNERID_OID_LONG_NAME = "Code Signature Owner ID";
41 bool SignerInfo::InitSignerInfo(const std::string &ownerID, X509 *cert, const EVP_MD *md, in InitSignerInfo()
99 bool SignerInfo::AddAttrsToSignerInfo(const std::string &ownerID, const ByteBuffer &contentData) in AddAttrsToSignerInfo()
135 uint8_t *SignerInfo::GetDataToSign(uint32_t &len) in GetDataToSign()
159 bool SignerInfo::AddSignatureInSignerInfo(const ByteBuffer &signature) in AddSignatureInSignerInfo()
178 bool SignerInfo::ComputeDigest(const ByteBuffer &data, ByteBuffer &digest) in ComputeDigest()
208 int SignerInfo::GetSignAlgorithmID(const X509 *cert) in GetSignAlgorithmID()
223 PKCS7_SIGNER_INFO *SignerInfo::GetSignerInfo() in GetSignerInfo()
228 int SignerInfo::AddOwnerID(const std::string &ownerID) in AddOwnerID()
243 int SignerInfo::ParseOwnerIdFromSignature(const ByteBuffer &sigbuffer, std::string &ownerID) in ParseOwnerIdFromSignature()