Skip to content

BlackBeltTechnology/osgi-encryption

Repository files navigation

Build Status

OSGi encryption

Wrapper OSGi components for Jasypt.

Modules

  • osgi-encryption-services: OSGi Declarative Service 1.3 components supporting configuration in standard way
  • osgi-encryption-metrics: JMX statistics povider for encryption services
  • osgi-encryption-karaf-commands: Apache Karaf console commands
  • osgi-encryption-karaf-feature: Apache Karaf feature definition
  • osgi-encryption-test: sample module showing how to use encrypted configuration values

How to build

Use the following command to build modules.

mvn clean install

How to use

Apache Karaf

Install as Apache Karaf feature (Apache Felix SCR and Jasypt encryption dependencies are installed too).

feature:repo-add mvn:hu.blackbelt/osgi-encryption-karaf-features/1.2.0/xml/features
feature:install osgi-encryption