Java
The java SDK supports Java 8 and above.
Download
Maven
Alternatively, add the following dependency in pom.xml
.
<dependency>
<groupId>com.fortanix</groupId>
<artifactId>sdkms-client</artifactId>
<version>4.6.2057</version>
</dependency>
Gradle
Alternatively, add the following dependency in build.gradle
compile "com.fortanix:sdkms-client:4.6.2057"
Check this Java SDK guide for more details
Python
The Python SDK supports both python 2 and 3.
Download
PIP
Alternatively, install via PIP
pip install sdkms
Go
The go SDK supports go 1.11 and above.
New SDK
Old SDK
The go SDK supports go 1.9 and above.
Comments
Article is closed for comments.