Uses of Class
com.inesm.KeyManager.exceptions.EncryptionErrorException
Packages that use EncryptionErrorException
-
Uses of EncryptionErrorException in com.inesm.KeyManager.services
Methods in com.inesm.KeyManager.services that throw EncryptionErrorExceptionModifier and TypeMethodDescriptionCryptographyService.AEADencrypt(byte[] msg, byte[] data, byte[] keys) Encrypts a message using AEAD.CryptographyService.AEADencryptWeb(String payload, String data, String encKey64, String signKey64) Encrypts a payload using AEAD.