Cryptshare Java API Manual
This is the homepage of the English manual for the Cryptshare Java API.
Page Index
Space Index
Total number of pages: 33
|
|||||||||||||||||||||||||||||||
0-9 |
AAbout API FunctionsThis section describes what methods the Cryptshare Java API provides, and how to use them to perform the desired operations. All methods are provided by the API's Client object, so in order to use any of the API's functionality, you will need to first cre
About Verifications
Verification Modes Most of the services offered by the Cryptshare Server require a form of verification, before they can be used. The Cryptshare Server supports two types of verification: Sender Verification and Client Verification. If the Cryptshare Serv
Activate QUICK access
Bitte die Verlinkung des Sprachbuttons nicht vergessen If you want to learn more about the QUICK activation process, please head over to the article Activation of QUICK. When attempting to perform a QUICK transfer, it's important to make sure that no QUIC
API Functions
Bitte die Verlinkung des Sprachbuttons nicht vergessen Contents in this chapter @self Footer
API Java Doc
<iframe height="700px" width="100%" src="https://wiki.cryptshare.com/java-api/v5/javadoc/"></iframe> Footer
|
||||||||||||||||||||||||||||||
B |
CClient VerificationBitte die Verlinkung des Sprachbuttons nicht vergessen If the Verification mode is set to Client Verification, any sender email address can be used to perform a transfer operation, without having to perform a verification process, as described under Sende
Commissioning
Contents in this chapter @self Footer
Compatibility
Bitte die Verlinkung des Sprachbuttons nicht vergessen On this page you will find an overview with which Cryptshare Server versions the Cryptshare Java API is compatible to. Cryptshare Server Version Java API V3 Java API V5 Support until 1.2.2022 Latest v
Cryptshare Server & Java Version
Bitte die Verlinkung des Sprachbuttons nicht vergessen Compatible Java Runtime Environment The Cryptshare Java API requires Java Runtime Environment 1.8 or higher. When using java Runtime Environment 9 or higher, please note this article: Java 9+ support
|
||||||||||||||||||||||||||||||
D |
EEmail NotificationsBitte die Verlinkung des Sprachbuttons nicht vergessen Disabling email notifications on server-side Usually the Cryptshare Server manages all email communication between the participants of a transfer. However, when developing an own client application fo
Example Project
General This page contains a simple Maven Java Project showing how the Java API for Cryptshare can be used. Please note, that the Maven setup is configured to use the API version 5.0.1. Make sure you have the corresponding API version installed in the use
|
||||||||||||||||||||||||||||||
FFile TransferBitte die Verlinkung des Sprachbuttons nicht vergessen General You can perform both synchronous, as well as asynchronous Cryptshare file transfers using the API. A transfer can contain one or more files that will be encrypted, uploaded to the Cryptshare S
|
GGeneral NotesContents in this chapter @self Footer
General Server Data
Bitte die Verlinkung des Sprachbuttons nicht vergessen With the Client's method requestServerData() you can request general server data from the Cryptshare Server. The method returns a ServerData object which contains the official base URL of the Cryptsha
|
||||||||||||||||||||||||||||||
H |
IImporting into Maven RepositoryIf you would wish to import the jar file into your own remote repository (Nexus, Artifactory etc) please refer to the following information: https://maven.apache.org/guides/mini/guide-3rd-party-jars-remote.html https://maven.apache.org/guides/mini/guide-3
|
||||||||||||||||||||||||||||||
JJava 9+ supportThe Cryptshare Java API version 5.0.1 supports all Java runtime environments version 8 and higher. Due to structural changes to the runtime environments as of version 9, the following error message may occur: Exception in thread "main" java.lang.NoClassDe
|
K |
||||||||||||||||||||||||||||||
LLanguage ResourcesBitte die Verlinkung des Sprachbuttons nicht vergessen The Cryptshare Server can provide the Client with the language resources contained in the Language Packages that have been installed on the server. These Language Packages can then be used for a user
License Information
Bitte die Verlinkung des Sprachbuttons nicht vergessen The license information of the current Cryptshare Server installation and the Add-On Product's own license information can be queried from the server using the Client's requestLicenseInfo() method. Th
|
MMigration from Java API v3 to v5.0Introduction In this article, you will learn how to migrate an existing project that uses the Cryptshare Java API version 3 to the latest version of the Cryptshare Java API. This article is a technical article that lists the changes for people who are fam
|
||||||||||||||||||||||||||||||
N |
O |
||||||||||||||||||||||||||||||
PPassword FunctionsBitte die Verlinkung des Sprachbuttons nicht vergessen When doing a Cryptshare Transfer, you can specify a password that will be required to access the transferred files. However, this password needs to fulfill the requirements of the Password Policy set
Perform a QUICK transfer
Bitte die Verlinkung des Sprachbuttons nicht vergessen Introduction For general information about how QUICK Technology works and in order to get a better understanding of the terminology in use, please take a look at the article Introduction to QUICK. In
Policy Rules
Bitte die Verlinkung des Sprachbuttons nicht vergessen Cryptshare uses Policy Settings that can be defined on the server side to allow or deny usage of the system to certain senders and recipients and to control the transfer options pertaining to specific
Provide your own Client Store
Introduction There may be situations in which you don't want your application to write a "client.store" file containing the verification states to disk. To support this scenario, we offer several ways store the verification states in a secure manner. Belo
|
QQuick Start GuideOverview In this article, you will learn how to get started with the Cryptshare JavaAPI. We will cover all important areas in order to have a working development environment with the Java API ready to use. We will also perform our first transfer and build
|
||||||||||||||||||||||||||||||
RRevoke a TransferBitte die Verlinkung des Sprachbuttons nicht vergessen The transfer may be revoked if e.g. access to previously provided and outdated information needs to be prohibited for all recipients. Usage It is possible for the sender to revoke their transfer and n
|
SSender VerificationBitte die Verlinkung des Sprachbuttons nicht vergessen With Sender Verification mode, a verification has to be performed for each sender email address that is used. This makes sure that the sender address that is being used for a transfer through the API
System Requirements
Contents in this chapter @self Footer
|
||||||||||||||||||||||||||||||
TTerms of UseBitte die Verlinkung des Sprachbuttons nicht vergessen The Terms of Use that are defined under the Legal tab on the Cryptshare Server administration website can be downloaded by the Client, so that they can be presented to a user in a client side applicat
Transfer Polling
Bitte die Verlinkung des Sprachbuttons nicht vergessen Transfer Polling You can use the Java API Client's method requestActiveTransfers() to obtain a list of all active transfers that have been sent to the client's email address. With this request you rec
|
UUpdateContents in this chapter @self Footer
|
||||||||||||||||||||||||||||||
Vv5.0.1New Features Verification Storage The verification store behavior has been improved. Please note the breaking changes regarding the verification store below. When given a path to the verification store, the Client instance uses a default IStore implementa
Verification
Bitte die Verlinkung des Sprachbuttons nicht vergessen Contents in this chapter @self Footer
|
WWelcomeCryptshare Java API Manual This is the homepage of the English manual for the Cryptshare Java API. @self Page Index Footer
|
||||||||||||||||||||||||||||||
X |
Y |
||||||||||||||||||||||||||||||
Z |
!@#$ |
Overview
Content Tools