Fortanix Data Security Manager SDK Contents

1.0 Overview

The Fortanix-Data-Security-Manager SDK contains the API client library JAR (Java Archive), API reference documentation, and example applications.

2.0 API Client Library

The API client library is located in the jars directory. Adding this jar to your classpath is sufficient for building applications utilizing the client library. Additional runtime dependencies are documented in the examples/pom.xml file.

3.0 API Reference Documentation

The reference documentation for the client library can be found in HTML format in the apidocs directory.

4.0 Example Programs

Sample programs demonstrating how to use various aspects of the client library are in the examples directory.

5.0 Get Fortanix Java Client

Download the SDK package from the Fortanix Downloads page and import it in your project or alternatively add the following dependency information in your Maven or Gradle project.

5.1 Maven

You can use the JAR by adding the following fortanix-sdk dependency in pom.xml in the Maven project.

<dependency>
   <groupId>com.fortanix</groupId>
   <artifactId>sdkms-client</artifactId>
   <version>4.36.2530</version>
</dependency>

5.2 Gradle

If you are using a Gradle project, add the following dependency in build.gradle.

compile "com.fortanix:sdkms-client:4.36.2530"