Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DHapVerify.java418 DSAParams dsaParams = ((DSAKey) publicKey).getParams(); in getKeySize() local
419 if (dsaParams != null) { in getKeySize()
420 result = dsaParams.getP().bitLength(); in getKeySize()