Skip to content

Releases: VirgilSecurity/virgil-sdk-java-android

v7.4.0

12 Feb 15:26

Choose a tag to compare

Changes

  • Update underlying crypto to v0.17.2 that supports Android 16K pages.
  • Update builds

Virgil SDK v7.2.0

28 Apr 08:06
6d9b1ba

Choose a tag to compare

  • Update Virgil Crypto to version 0.14.0

Virgil SDK 7.1.0

17 Jan 11:59
f6e01dd

Choose a tag to compare

Added:

  • Random as a parameter to VirgilCrypto constructor.

Virgil SDK 7.0.0

17 Jan 10:49
7cb6b5d

Choose a tag to compare

Added:

  • Authenticated encryption;
  • PQC algorithms;
  • Padding;

Updated

  • Moved Keyknox into the SDK module itself;
  • Package names, so if you're having any import issues - please, just re-import highlighted by IDE classes;
  • KeyType renamed to KeyPairType;

Virgil SDK 6.0.1

18 Nov 15:06
2e4e9e0

Choose a tag to compare

  • Updated to Crypto v0.11.1

Virgil SDK 6.0

23 Oct 14:17
dc1f3ea

Choose a tag to compare

  • Removed cryptoapi:
    • AccessTokenSigner -> VirgilAccessTokenSigner;
    • CardCrypto -> VirgilCardCrypto;
    • PrivateKey -> VirgilPrivateKey;
    • PrivateKeyExporter -> VirgilPrivateKeyExporter;
    • PublicKey -> VirgilPublicKey;
  • Merged KeyKnox into Virgil SDK;
  • Added android-utils module with AndroidKeyStorage based on Android Keystore;

Virgil SDK 5.2.1

28 Aug 16:19
a4f95e3

Choose a tag to compare

  • Fixed decrypt performance issues
  • Updated to crypto v0.10.0

Virgil SDK 5.2.0

28 Aug 15:31
a4f95e3

Choose a tag to compare

  • Added SECP256R1 KeyType

Virgil SDK 5.1.2

09 Jul 05:57
032c95b

Choose a tag to compare

  • Update Virgil Crypto to v0.8.0
  • Add JWT null check
  • Improve unit tests

Virgil Java/Android SDK v5.0.9

05 Mar 17:49
a2258b9

Choose a tag to compare

Fixed

  • Virgil agent header for Android platform