long skewMilis = Long.parseLong(skew);
expiredAssertion = AssertionUtil.hasExpired(assertion, skewMilis);
} else
expiredAssertion = AssertionUtil.hasExpired(assertion);
} catch (ConfigurationException e) {
throw new ProcessingException(e);
}
if (expiredAssertion) {
AssertionExpiredException aee = new AssertionExpiredException();
aee.setId(assertion.getID());
throw logger.assertionExpiredError(aee);