9899100101102103104105
String msg = String .format("XKMS locate call fails for certificate: %s. Error: %s", ids, e.getMessage()); LOG.warn(msg, e); throw new XKMSLocateException(msg, e); } }
171172173174175176177178
X509Certificate cert = (X509Certificate)cf .generateCertificate(new ByteArrayInputStream(certificate .getValue())); return cert; } catch (CertificateException e) { throw new XKMSLocateException(XKMS_LOCATE_INVALID_CERTIFICATE, e); } }
103104105106107108109110
188189190191192193194195
979899100101102103104
170171172173174175176177