118119120121122123124125
} catch (RuntimeException e) { String msg = String.format("XKMS validate call fails for certificate: %s. Error: %s", cert.getSubjectDN(), e.getMessage()); LOG.warn(msg, e); throw new XKMSValidateException(msg, e); } }
135136137138139140141142
117118119120121122123124