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

org.cryptomator.siv.package-info Maven / Gradle / Ivy

There is a newer version: 1.5.2
Show newest version
/**
 * Java implementation of RFC 5297 SIV Authenticated Encryption.
 * 

* Use an instance of the {@link org.cryptomator.siv.SivMode} class to * {@link org.cryptomator.siv.SivMode#encrypt(javax.crypto.SecretKey, javax.crypto.SecretKey, byte[], byte[]...) encrypt} or * {@link org.cryptomator.siv.SivMode#decrypt(javax.crypto.SecretKey, javax.crypto.SecretKey, byte[], byte[]...) decrypt} data. */ package org.cryptomator.siv;





© 2015 - 2024 Weber Informatics LLC | Privacy Policy