Branch | Build Status | Travis CI Status |
---|---|---|
master |
This repository contains the implementation of carbon component to use Hardware Security Modules for cryptograhic operations.
If you want to build carbon-crypto-provider-hsm from the source code:
- Install Java 8
- Install Apache Maven 3.x.x (https://maven.apache.org/download.cgi#)
- Get a clone or download the source from this repository (https://github.com/wso2-extensions/carbon-crypto-provider-hsm.git)
- Run the Maven command
mvn clean install
from thecarbon-crypto-provider-hsm
directory.