License |
License
Virgil Security, Inc. license
|
---|---|
Categories |
CategoriesSecurity |
GroupId | GroupIdcom.virgilsecurity.pfs |
ArtifactId | ArtifactIdpfs-android |
Last Version | Last Version1.1.2 |
Release Date | Release Date |
Type | Typeaar |
Description |
DescriptionVirgil PFS for Android
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
|
Project URL |
Project URL |
Filename | Size |
---|---|
pfs-android-1.1.2.pom | |
pfs-android-1.1.2.aar | 96 KB |
pfs-android-1.1.2-sources.jar | 100 KB |
pfs-android-1.1.2-javadoc.jar | 445 KB |
Browse |
<!-- https://jarcasting.com/artifacts/com.virgilsecurity.pfs/pfs-android/ -->
<dependency>
<groupId>com.virgilsecurity.pfs</groupId>
<artifactId>pfs-android</artifactId>
<version>1.1.2</version>
<type>aar</type>
</dependency>
// https://jarcasting.com/artifacts/com.virgilsecurity.pfs/pfs-android/
implementation 'com.virgilsecurity.pfs:pfs-android:1.1.2'
// https://jarcasting.com/artifacts/com.virgilsecurity.pfs/pfs-android/
implementation ("com.virgilsecurity.pfs:pfs-android:1.1.2")
'com.virgilsecurity.pfs:pfs-android:aar:1.1.2'
<dependency org="com.virgilsecurity.pfs" name="pfs-android" rev="1.1.2">
<artifact name="pfs-android" type="aar" />
</dependency>
@Grapes(
@Grab(group='com.virgilsecurity.pfs', module='pfs-android', version='1.1.2')
)
libraryDependencies += "com.virgilsecurity.pfs" % "pfs-android" % "1.1.2"
[com.virgilsecurity.pfs/pfs-android "1.1.2"]
Group / Artifact | Type | Version |
---|---|---|
com.virgilsecurity.sdk : sdk-android | aar | 4.6.0 |
Group / Artifact | Type | Version |
---|---|---|
com.virgilsecurity.pfs : pfs | jar | 1.1.2 |
com.google.android : android | jar | 4.1.1.4 |