Skip to content

hmcts/azure-keyvault-jca-provider

Repository files navigation

Azure Key Vault Provider

Build Status codecov

This project provides a JCA Provider for operations on Azure's Key Vault service.

Getting Started

Prerequisites

Building

The project uses Gradle as a build tool but you don't have install it locally since there is a ./gradlew wrapper script.

To build project please execute the following command:

$ ./gradlew build

Developing

Unit tests

To run all unit tests please execute the following command:

$ ./gradlew test

Versioning

We use SemVer for versioning. For the versions available, see the tags on this repository.

License

This project is licensed under the MIT License - see the LICENSE file for details.