Uses of Class
org.cryptomator.siv.UnauthenticCiphertextException
Packages that use UnauthenticCiphertextException
Package
Description
Java implementation of RFC 5297 SIV Authenticated Encryption.
-
Uses of UnauthenticCiphertextException in org.cryptomator.siv
Methods in org.cryptomator.siv that throw UnauthenticCiphertextExceptionModifier and TypeMethodDescriptionbyte[]SivMode.decrypt(byte[] ctrKey, byte[] macKey, byte[] ciphertext, byte[]... associatedData) Decrypts ciphertext using SIV mode.byte[]Convenience method, if you are using the javax.crypto API.