Home
last modified time | relevance | path

Searched defs:privateKey (Results 1 – 7 of 7) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/
DLocalSigner.java49 private final PrivateKey privateKey; field in LocalSigner
62 public LocalSigner(PrivateKey privateKey, List<X509Certificate> certificates) { in LocalSigner()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DProfileTest.java143 PrivateKey privateKey = KeyPairTools.stringToPrivateKey(KeyPairTools.ECC, PRIVATE_KEY_STR); in testProfile() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertUtils.java279 …public static ContentSigner createFixedContentSigner(PrivateKey privateKey, String signAlgorithm) { in createFixedContentSigner()
DKeyStoreHelper.java185 PrivateKey privateKey = loadPrivateKey(alias, certPwd); in loadKeyPair() local
/developtools/hdc/test/unittest/common/
Dhdc_ssl_ut.cpp68 void GenerateRSAKeyPair(std::string& publicKey, std::string& privateKey) in GenerateRSAKeyPair()
607 string privateKey; variable
/developtools/hapsigner/hapsigntool_cpp/api/src/
Dsign_tool_service_impl.cpp341 bool SignToolServiceImpl::X509CertVerify(X509* cert, EVP_PKEY* privateKey) in X509CertVerify()
Dcert_tools.cpp817 bool CertTools::SignCert(X509* cert, EVP_PKEY* privateKey, std::string signAlg) in SignCert()