CSJCurrent en:Welcome
This is the homepage of the English manual for the Cryptshare Java API.
Page Index
Space Index
Total number of pages: 33
class="wikitable" | |||||
0-9 ... 0 | A ... 5 | B ... 0 | C ... 4 | D ... 0 | E ... 2 |
F ... 1 | G ... 2 | H ... 0 | I ... 1 | J ... 1 | K ... 0 |
L ... 2 | M ... 1 | N ... 0 | O ... 0 | P ... 4 | Q ... 1 |
R ... 1 | S ... 2 | T ... 2 | U ... 1 | V ... 2 | W ... 1 |
X ... 0 | Y ... 0 | Z ... 0 | !@#$ ... 0 |
|- |==== 0-9 ====
|==== A ==== Page: About API Functions
This 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
Page: 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
Page: 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
Page: API Functions
Bitte die Verlinkung des Sprachbuttons nicht vergessen Contents in this chapter @self Footer
Page: API Java Doc
<iframe height="700px" width="100%" src="https://wiki.cryptshare.com/java-api/v5/javadoc/"></iframe> Footer |- |==== B ====
|==== C ==== Page: Client Verification
Bitte 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
Page: Commissioning
Contents in this chapter @self Footer
Page: 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
Page: 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 ====
|==== E ==== Page: Email Notifications
Bitte 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
Page: 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 |- |==== F ==== Page: File Transfer
Bitte 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
|==== G ==== Page: General Notes
Contents in this chapter @self Footer
Page: 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 ====
|==== I ==== Page: Importing into Maven Repository
If 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 |- |==== J ==== Page: Java 9+ support
The 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 ==== |- |==== L ==== Page: Language Resources
Bitte 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
Page: 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
|==== M ==== Page: Migration from Java API v3 to v5.0
Introduction 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 ==== |- |==== P ==== Page: Password Functions
Bitte 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
Page: 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
Page: 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
Page: 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
|==== Q ==== Page: Quick Start Guide
Overview 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 |- |==== R ==== Page: Revoke a Transfer
Bitte 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
|==== S ==== Page: Sender Verification
Bitte 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
Page: System Requirements
Contents in this chapter @self Footer |- |==== T ==== Page: Terms of Use
Bitte 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
Page: 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
|==== U ==== Page: Update
Contents in this chapter @self Footer |- |==== V ==== Page: v5.0.1
New 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
Page: Verification
Bitte die Verlinkung des Sprachbuttons nicht vergessen Contents in this chapter @self Footer
|==== W ==== Home page: Welcome
Cryptshare Java API Manual This is the homepage of the English manual for the Cryptshare Java API. @self Page Index Footer |- |==== X ====
|==== Y ==== |- |==== Z ====
|==== !@#$ ==== |}