From 55e3ca16c555ba3bfda3a9482f4698eee9d82ab8 Mon Sep 17 00:00:00 2001 From: Jakub Scholz Date: Wed, 27 Jul 2016 22:45:14 +0200 Subject: [PATCH] Add codebeat to README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c2fecc5..c48294a 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -[![Build Status](https://travis-ci.org/scholzj/AliasKeyManager.svg?branch=master)](https://travis-ci.org/scholzj/AliasKeyManager) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/github/scholzj/aliaskeymanager?branch=master&svg=true)](https://ci.appveyor.com/project/scholzj/aliaskeymanager) [![Coverage Status](https://coveralls.io/repos/github/scholzj/AliasKeyManager/badge.svg?branch=master)](https://coveralls.io/github/scholzj/AliasKeyManager?branch=master) +[![Build Status](https://travis-ci.org/scholzj/AliasKeyManager.svg?branch=master)](https://travis-ci.org/scholzj/AliasKeyManager) [![Build Status: Windows](https://ci.appveyor.com/api/projects/status/github/scholzj/aliaskeymanager?branch=master&svg=true)](https://ci.appveyor.com/project/scholzj/aliaskeymanager) [![Coverage Status](https://coveralls.io/repos/github/scholzj/AliasKeyManager/badge.svg?branch=master)](https://coveralls.io/github/scholzj/AliasKeyManager?branch=master) [![codebeat badge](https://codebeat.co/badges/aaecac49-1a65-402e-917c-2e0c4d589d31)](https://codebeat.co/projects/github-com-scholzj-aliaskeymanager) # AliasKeyManager @@ -54,4 +54,4 @@ KeyManagerFactory kmf = KeyManagerFactory.getInstance(KeyManagerFactory.getDefau **This allows you to use the AliasKeyManager even in clients / libraries which don't allow you to use your own algorithm. However, as a consequence, every SSL client / server which is using the default algorithm will now use the AliasKeyManager.** -Method `unSetAsDefault()` can be used to reset the default algorithm and return to the default Java implementation. \ No newline at end of file +Method `unSetAsDefault()` can be used to reset the default algorithm and return to the default Java implementation.