Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DProfileSignTool.java89 ISigner signer = new SignerFactory().getSigner(adapter); in generateP7b() local
111 public static byte[] signProfile(byte[] content, ISigner signer, String sigAlg) { in signProfile()
DVerifyHelper.java167 Date getSignTime(SignerInformation signer) { in getSignTime()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/signer/
DSignerFactory.java109 Object signer = constructor.newInstance(adapter.getOptions()); in loadRemoteSigner() local
/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/test/java/com/ohos/hapsigntool/
DProfileTest.java143 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.java224 private VerifyResult parserSigner(ByteBuffer signer) { in parserSigner()
228 private VerifyResult parserSigner(ByteBuffer signer, boolean verifyContent) { in parserSigner()
/developtools/profiler/hiebpf/include/
Dvmlinux.h60232 struct x509_certificate *signer; member
60309 struct x509_certificate *signer; member