jar

org.cryptomator : cloud-access

Maven & Gradle

Jan 24, 2022
1 usages
3 stars

Cryptomator CloudAccess in Java · CloudAccess is used in e.g. Cryptomator for Android to access different cloud providers.

Table Of Contents

Latest Version

Download org.cryptomator : cloud-access JAR file - Latest Versions:

All Versions

Download org.cryptomator : cloud-access JAR file - All Versions:

Version Vulnerabilities Size Updated
1.2.x
1.1.x
1.0.x
0.3.x
0.2.x
0.1.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window cloud-access-1.2.0-beta1.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

org.cryptomator.cloudaccess.api.exceptions

├─ org.cryptomator.cloudaccess.api.exceptions.AlreadyExistsException.class - [JAR]

├─ org.cryptomator.cloudaccess.api.exceptions.CloudProviderException.class - [JAR]

├─ org.cryptomator.cloudaccess.api.exceptions.CloudTimeoutException.class - [JAR]

├─ org.cryptomator.cloudaccess.api.exceptions.InsufficientStorageException.class - [JAR]

├─ org.cryptomator.cloudaccess.api.exceptions.InvalidPageTokenException.class - [JAR]

├─ org.cryptomator.cloudaccess.api.exceptions.NotFoundException.class - [JAR]

├─ org.cryptomator.cloudaccess.api.exceptions.ParentFolderDoesNotExistException.class - [JAR]

├─ org.cryptomator.cloudaccess.api.exceptions.QuotaNotAvailableException.class - [JAR]

├─ org.cryptomator.cloudaccess.api.exceptions.TypeMismatchException.class - [JAR]

├─ org.cryptomator.cloudaccess.api.exceptions.VaultKeyVerificationFailedException.class - [JAR]

├─ org.cryptomator.cloudaccess.api.exceptions.VaultVerificationFailedException.class - [JAR]

├─ org.cryptomator.cloudaccess.api.exceptions.VaultVersionVerificationFailedException.class - [JAR]

org.cryptomator.cloudaccess.vaultformat8

├─ org.cryptomator.cloudaccess.vaultformat8.DirectoryIdCache.class - [JAR]

├─ org.cryptomator.cloudaccess.vaultformat8.OffsetInputStream.class - [JAR]

├─ org.cryptomator.cloudaccess.vaultformat8.VaultFormat8ProviderConfig.class - [JAR]

├─ org.cryptomator.cloudaccess.vaultformat8.VaultFormat8ProviderDecorator.class - [JAR]

org.cryptomator.cloudaccess

├─ org.cryptomator.cloudaccess.CachedNode.class - [JAR]

├─ org.cryptomator.cloudaccess.CloudAccess.class - [JAR]

├─ org.cryptomator.cloudaccess.NodeCache.class - [JAR]

org.cryptomator.cloudaccess.requestdecorator

├─ org.cryptomator.cloudaccess.requestdecorator.CloudProviderDecorator.class - [JAR]

├─ org.cryptomator.cloudaccess.requestdecorator.CloudProviderDecoratorFactory.class - [JAR]

├─ org.cryptomator.cloudaccess.requestdecorator.MetadataCachingProviderDecorator.class - [JAR]

├─ org.cryptomator.cloudaccess.requestdecorator.MetadataRequestDeduplicationDecorator.class - [JAR]

├─ org.cryptomator.cloudaccess.requestdecorator.QuotaRequestCachingDecorator.class - [JAR]

org.cryptomator.cloudaccess.localfs

├─ org.cryptomator.cloudaccess.localfs.LocalFsCloudProvider.class - [JAR]

org.cryptomator.cloudaccess.api

├─ org.cryptomator.cloudaccess.api.CloudItemList.class - [JAR]

├─ org.cryptomator.cloudaccess.api.CloudItemMetadata.class - [JAR]

├─ org.cryptomator.cloudaccess.api.CloudItemType.class - [JAR]

├─ org.cryptomator.cloudaccess.api.CloudPath.class - [JAR]

├─ org.cryptomator.cloudaccess.api.CloudProvider.class - [JAR]

├─ org.cryptomator.cloudaccess.api.ProgressListener.class - [JAR]

├─ org.cryptomator.cloudaccess.api.Quota.class - [JAR]

org.cryptomator.cloudaccess.webdav

├─ org.cryptomator.cloudaccess.webdav.CachedPropfindEntryProvider.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.ForbiddenException.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.HeaderNames.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.HttpLoggingInterceptor.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.InputStreamRequestBody.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.ProgressRequestWrapper.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.ProgressResponseWrapper.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.PropfindEntryItemData.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.PropfindResponseParser.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.ServerNotWebdavCompatibleException.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.UnauthorizedException.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.WebDavClient.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.WebDavCloudProvider.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.WebDavCompatibleHttpClient.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.WebDavCredential.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.WebDavProviderConfig.class - [JAR]

├─ org.cryptomator.cloudaccess.webdav.WebDavRedirectHandler.class - [JAR]

Advertisement