All Downloads are FREE. Search and download functionalities are using the official Maven repository.

Download com.virgilsecurity JAR files with all dependencies

Search JAR files by class name

ethree from group com.virgilsecurity (version 2.0.10)

Virgil Security provides an SDK which symplifies work with Virgil services and presents easy to use API for adding security to any application. In a few simple steps you can setup user encryption with multidevice support.

Group: com.virgilsecurity Artifact: ethree
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ethree
Group com.virgilsecurity
Version 2.0.10
Last update 07. May 2021
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 1
Dependencies ethree-common,
There are maybe transitive dependencies!

ethree-enclave from group com.virgilsecurity (version 2.0.10)

Virgil Security provides an SDK which symplifies work with Virgil services and presents easy to use API for adding security to any application. In a few simple steps you can setup user encryption with multidevice support.

Group: com.virgilsecurity Artifact: ethree-enclave
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ethree-enclave
Group com.virgilsecurity
Version 2.0.10
Last update 07. May 2021
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 1
Dependencies ethree-common,
There are maybe transitive dependencies!

ethree-common from group com.virgilsecurity (version 2.0.10)

Virgil Security provides an SDK which symplifies work with Virgil services and presents easy to use API for adding security to any application. In a few simple steps you can setup user encryption with multidevice support.

Group: com.virgilsecurity Artifact: ethree-common
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ethree-common
Group com.virgilsecurity
Version 2.0.10
Last update 07. May 2021
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 6
Dependencies kotlinx-coroutines-core, sdk-android, crypto-android, pythia-android, pythia-android, ratchet-android,
There are maybe transitive dependencies!

common from group com.virgilsecurity (version 7.3.2)

Virgil is a stack of security libraries (ECIES with Crypto Agility wrapped in Virgil Cryptogram) and all the necessary infrastructure to enable seamless, end-to-end encryption for any application, platform or device. Learn about Virgil Java/Android SDK https://virgilsecurity.com/api-docs/java-android/quickstart

Group: com.virgilsecurity Artifact: common
Show all versions Show documentation Show source 
 

0 downloads
Artifact common
Group com.virgilsecurity
Version 7.3.2
Last update 22. June 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

ratchet-android from group com.virgilsecurity (version 0.1.4)

Virgil Security is presenting an implementation of the [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) algorithm, which is used by parties to exchange encrypted messages based on a shared secret key. The implementation includes: - **Virgil Perfect Forward Secrecy (PFS) service** – a standalone web-service that is dedicated to managing one-time keys and long-time keys that are based on their Identity Public Keys (public keys that are contained in user cards published on Virgil Cards service); - **Ratchet SDK** – interacts with PFS service for publishing and managing one-time keys and long-time keys and interacts with Virgil Cards service for retrieving user's indentity cards which the OTK and LTK are based on. The parties derive new keys for every Double Ratchet message so that previous private keys cannot be calculated from new ones. The parties that participate in the communication also send Diffie-Hellman public values attached to their messages. The results of Diffie-Hellman calculations are mixed into the derived keys so that the new private keys cannot be calculated from the previous ones.

Group: com.virgilsecurity Artifact: ratchet-android
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact ratchet-android
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 4
Dependencies ratchet, sdk-android, crypto-android, ratchet-android,
There are maybe transitive dependencies!

ratchet from group com.virgilsecurity (version 0.1.4)

Virgil Security is presenting an implementation of the [Double Ratchet](https://signal.org/docs/specifications/doubleratchet/) algorithm, which is used by parties to exchange encrypted messages based on a shared secret key. The implementation includes: - **Virgil Perfect Forward Secrecy (PFS) service** – a standalone web-service that is dedicated to managing one-time keys and long-time keys that are based on their Identity Public Keys (public keys that are contained in user cards published on Virgil Cards service); - **Ratchet SDK** – interacts with PFS service for publishing and managing one-time keys and long-time keys and interacts with Virgil Cards service for retrieving user's indentity cards which the OTK and LTK are based on. The parties derive new keys for every Double Ratchet message so that previous private keys cannot be calculated from new ones. The parties that participate in the communication also send Diffie-Hellman public values attached to their messages. The results of Diffie-Hellman calculations are mixed into the derived keys so that the new private keys cannot be calculated from the previous ones.

Group: com.virgilsecurity Artifact: ratchet
Show all versions Show documentation Show source 
 

0 downloads
Artifact ratchet
Group com.virgilsecurity
Version 0.1.4
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 3
Dependencies crypto, sdk, ratchet,
There are maybe transitive dependencies!

pythia-android from group com.virgilsecurity (version 0.3.7)

Virgil Security provides an SDK which allows you to communicate with Virgil Pythia Service.

Group: com.virgilsecurity Artifact: pythia-android
Show all versions Show documentation 
There is no JAR file uploaded. A download is not possible! Please choose another version.
0 downloads
Artifact pythia-android
Group com.virgilsecurity
Version 0.3.7
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 4
Dependencies pythia, sdk-android, pythia-android, foundation-android,
There are maybe transitive dependencies!

pythia from group com.virgilsecurity (version 0.3.7)

Virgil Security provides an SDK which allows you to communicate with Virgil Pythia Service.

Group: com.virgilsecurity Artifact: pythia
Show all versions Show documentation Show source 
 

0 downloads
Artifact pythia
Group com.virgilsecurity
Version 0.3.7
Last update 21. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 2
Dependencies sdk, pythia,
There are maybe transitive dependencies!

test-common from group com.virgilsecurity (version 0.1.3)

Virgil is a stack of security libraries (ECIES with Crypto Agility wrapped in Virgil Cryptogram) and all the necessary infrastructure to enable seamless, end-to-end encryption for any application, platform or device. Learn about Virgil Java/Android SDK https://virgilsecurity.com/api-docs/java-android/quickstart

Group: com.virgilsecurity Artifact: test-common
Show all versions Show documentation Show source 
 

0 downloads
Artifact test-common
Group com.virgilsecurity
Version 0.1.3
Last update 12. May 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 0
Dependencies No dependencies
There are maybe transitive dependencies!

purekit-protos from group com.virgilsecurity (version 3.0.0)

In fact that kotlin does not support Protobuf well - protos was moved to separate module to get all to work.

Group: com.virgilsecurity Artifact: purekit-protos
Show all versions Show documentation Show source 
 

0 downloads
Artifact purekit-protos
Group com.virgilsecurity
Version 3.0.0
Last update 11. March 2020
Organization not specified
URL https://www.virgilsecurity.com/
License Virgil Security, Inc. license
Dependencies amount 1
Dependencies protobuf-java,
There are maybe transitive dependencies!



Page 1 from 2 (items total 16)


© 2015 - 2024 Weber Informatics LLC | Privacy Policy