Home
last modified time | relevance | path

Searched defs:notBefore (Results 1 – 3 of 3) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/profile/model/
DValidity.java32 private Long notBefore; field in Validity
61 public void setNotBefore(Long notBefore) { in setNotBefore()
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/cert/
DCertBuilder.java83 LocalDateTime notBefore = LocalDateTime.now(); in CertBuilder() local
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/keystore/
DKeyStoreHelper.java304 LocalDateTime notBefore = LocalDateTime.now(); in createKeyOnly() local