Home
last modified time | relevance | path

Searched defs:privateKey (Results 1 – 4 of 4) 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.java142 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.java187 PrivateKey privateKey = loadPrivateKey(alias, certPwd); in loadKeyPair() local