Home
last modified time | relevance | path

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

/developtools/hapsigner/hapsigntool/hap_sign_tool_lib/src/main/java/com/ohos/hapsigntool/hap/verify/
DHapVerify.java192 …void verifyCRLs(List<X509CRL> crls, List<X509Certificate> certificates) throws VerifyHapException { in verifyCRLs()
204 throw new VerifyHapException("Verify CRL error!", e); in verifyCRLs()
207 throw new VerifyHapException("Certificate is revoked!"); in verifyCRLs()
211 private CMSSignedData verifyCmsSignedData(byte[] signingBlock) throws VerifyHapException { in verifyCmsSignedData()
216 throw new VerifyHapException("Verify PKCS7 cms data failed!"); in verifyCmsSignedData()
220 throw new VerifyHapException("Verify PKCS7 cms data error!", e); in verifyCmsSignedData()
247 } catch (VerifyHapException e) { in parserSigner()
253 …t<SignerInformation> getSignerInformations(CMSSignedData cmsSignedData) throws VerifyHapException { in getSignerInformations()
257 throw new VerifyHapException("PKCS7 cms data has no signer info, size: " + size); in getSignerInformations()
263 private void checkContentDigest(CMSSignedData cmsSignedData) throws VerifyHapException { in checkContentDigest()
[all …]