Uses of Class
org.fuin.ddd4j.ddd.DecryptionFailedException
-
Packages that use DecryptionFailedException Package Description org.fuin.ddd4j.ddd -
-
Uses of DecryptionFailedException in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return DecryptionFailedException Modifier and Type Method Description DecryptionFailedExceptionDecryptionFailedException.Data. toException()Methods in org.fuin.ddd4j.ddd that throw DecryptionFailedException Modifier and Type Method Description @javax.validation.constraints.NotEmpty byte[]EncryptedData.Decrypter. decrypt(@NotNull EncryptedData encryptedData)Decrypts the data using the information provided by the parameter.
-