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,
99 bool SignerInfo::AddAttrsToSignerInfo(const std::string &ownerID, const ByteBuffer &contentData)
135 uint8_t *SignerInfo::GetDataToSign(uint32_t &len)
159 bool SignerInfo::AddSignatureInSignerInfo(const ByteBuffer &signature)
178 bool SignerInfo::ComputeDigest(const ByteBuffer &data, ByteBuffer &digest)
208 int SignerInfo::GetSignAlgorithmID(const X509 *cert)
223 PKCS7_SIGNER_INFO *SignerInfo::GetSignerInfo()
228 int SignerInfo::AddOwnerID(const std::string &ownerID)
243 int SignerInfo::ParseOwnerIdFromSignature(const ByteBuffer &sigbuffer, std::string &ownerID)