Home
last modified time | relevance | path

Searched defs:signTime (Results 1 – 4 of 4) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/utils/
DCertChainUtils.java59 BigInteger serial, Date signTime) throws GeneralSecurityException, VerifyException { in getCertPath()
95 X509Certificate root, Date signTime) throws VerifyException { in verifyCertChain()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/
DVerifyHelper.java147 Date signTime = getSignTime(signer); in verify() local
168 Date signTime = Date.from(LocalDateTime.now().atZone(ZoneId.systemDefault()).toInstant()); in getSignTime() local
DProfileSignTool.java151 Attribute signTime = new Attribute(PKCSObjectIdentifiers.pkcs_9_at_signingTime, in generatePKCS9Attributes() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/sign/
DBcPkcs7Generator.java196 Attribute signTime = new Attribute(PKCSObjectIdentifiers.pkcs_9_at_signingTime, in generatePKCS9Attributes() local
202 tab.put(signTime.getAttrType(), signTime); in generatePKCS9Attributes() local