Home
last modified time | relevance | path

Searched defs:signer (Results 1 – 5 of 5) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DProfileSignTool.java88 ISigner signer = new SignerFactory().getSigner(adapter); in generateP7b() local
105 public static byte[] signProfile(byte[] content, ISigner signer, String sigAlg) { in signProfile()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/config/
DSignerConfig.java64 private ISigner signer; field in SignerConfig
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/
DSignerFactory.java99 Object signer = constructor.newInstance(adapter.getOptions()); in loadRemoteSigner() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/test/java/com/ohos/hapsigntool/
DProfileTest.java139 ISigner signer = new LocalSigner(privateKey, adapter.getSignCertChain()); in testProfile() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DHapVerify.java199 private VerifyResult parserSigner(ByteBuffer signer) { in parserSigner()