License |
License
Virgil Security, Inc. license
|
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.virgilsecurity.sdk |
ArtifactId | ArtifactIdsecure-enclave |
Version | Version4.4.0-alpha |
Type | Typejar |
Description |
DescriptionVirgil SDK - Secure Enclave
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 Crypto Library https://virgilsecurity.com/api-docs/java-android/crypto-library
|
Project URL |
Project URL |
Filename | Size |
---|---|
secure-enclave-4.4.0-alpha.pom | |
secure-enclave-4.4.0-alpha.jar | 28 KB |
secure-enclave-4.4.0-alpha-sources.jar | 21 KB |
secure-enclave-4.4.0-alpha-javadoc.jar | 103 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.virgilsecurity.sdk/secure-enclave/ -->
<dependency>
<groupId>com.virgilsecurity.sdk</groupId>
<artifactId>secure-enclave</artifactId>
<version>4.4.0-alpha</version>
</dependency>
// https://jarcasting.com/artifacts/com.virgilsecurity.sdk/secure-enclave/
implementation 'com.virgilsecurity.sdk:secure-enclave:4.4.0-alpha'
// https://jarcasting.com/artifacts/com.virgilsecurity.sdk/secure-enclave/
implementation ("com.virgilsecurity.sdk:secure-enclave:4.4.0-alpha")
'com.virgilsecurity.sdk:secure-enclave:jar:4.4.0-alpha'
<dependency org="com.virgilsecurity.sdk" name="secure-enclave" rev="4.4.0-alpha">
<artifact name="secure-enclave" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.virgilsecurity.sdk', module='secure-enclave', version='4.4.0-alpha')
)
libraryDependencies += "com.virgilsecurity.sdk" % "secure-enclave" % "4.4.0-alpha"
[com.virgilsecurity.sdk/secure-enclave "4.4.0-alpha"]
Group / Artifact | Type | Version |
---|---|---|
com.virgilsecurity.sdk : api | jar | 4.4.0-alpha |
org.bouncycastle : bcprov-ext-jdk15on | jar | 1.57 |
Group / Artifact | Type | Version |
---|---|---|
com.virgilsecurity.sdk : crypto | jar | 4.4.0-alpha |
commons-lang : commons-lang | jar | 2.6 |
commons-io : commons-io | jar | 2.4 |
junit : junit | jar | 4.12 |
com.google.code.gson : gson | jar | 2.7 |
Group / Artifact | Type | Version |
---|---|---|
com.google.android : android | jar | 4.1.1.4 |