| | |
| | | * parallel. |
| | | */ |
| | | final class ApplicationKeyManager implements X509KeyManager { |
| | | static private final Logger LOG = Logger.getLogger(ApplicationKeyManager.class.getName()); |
| | | private static final Logger LOG = Logger.getLogger(ApplicationKeyManager.class.getName()); |
| | | |
| | | /** |
| | | * The default keyManager. |
| | |
| | | } |
| | | } catch (final NoSuchAlgorithmException e) { |
| | | // Nothing to do. Maybe we should avoid this and be strict, but |
| | | // we are in a best effor mode. |
| | | // we are in a best effort mode. |
| | | LOG.log(Level.WARNING, "Error with the algorithm", e); |
| | | } catch (final KeyStoreException e) { |
| | | // Nothing to do. Maybe we should avoid this and be strict, but |
| | | // we are in a best effor mode.. |
| | | // we are in a best effort mode.. |
| | | LOG.log(Level.WARNING, "Error with the keystore", e); |
| | | } catch (final UnrecoverableKeyException e) { |
| | | // Nothing to do. Maybe we should avoid this and be strict, but |
| | | // we are in a best effor mode. |
| | | // we are in a best effort mode. |
| | | LOG.log(Level.WARNING, "Error with the key", e); |
| | | } catch (final NoSuchProviderException e) { |
| | | // Nothing to do. Maybe we should avoid this and be strict, but |
| | | // we are in a best effor mode. |
| | | // we are in a best effort mode. |
| | | LOG.log(Level.WARNING, "Error with the provider", e); |
| | | } |
| | | } |