342343344345346347348349350351352
cert_ctx.setExtraData(1, store.getExtraData(1)); if((flags & NOCRL) == 0) { cert_ctx.setCRLs((List<X509CRL>)getSign().getCrl()); } try { int i = cert_ctx.verifyCertificate(); int j = 0; if(i <= 0) { j = cert_ctx.getError(); } cert_ctx.cleanup();