Skip to content

Commit

Permalink
Add codebeat to README
Browse files Browse the repository at this point in the history
  • Loading branch information
scholzj committed Jul 27, 2016
1 parent 3869c42 commit 55e3ca1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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

Expand Down Expand Up @@ -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.
Method `unSetAsDefault()` can be used to reset the default algorithm and return to the default Java implementation.

0 comments on commit 55e3ca1

Please sign in to comment.