Searched refs:VerifyHapException (Results 1 – 1 of 1) sorted by relevance
192 …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 …]