Home
last modified time | relevance | path

Searched refs:setX509CRLs (Results 1 – 2 of 2) sorted by relevance

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/config/
DSignerConfig.java127 public void setX509CRLs(List<X509CRL> crls) { in setX509CRLs() method in SignerConfig
/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/provider/
DSignProvider.java231 signerConfig.setX509CRLs(Collections.singletonList(crl.get())); in createSignerConfigs()