Uses of Class
org.fuin.ddd4j.ddd.EncryptionIvVersionUnknownException
-
Packages that use EncryptionIvVersionUnknownException Package Description org.fuin.ddd4j.ddd -
-
Uses of EncryptionIvVersionUnknownException in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return EncryptionIvVersionUnknownException Modifier and Type Method Description EncryptionIvVersionUnknownExceptionEncryptionIvVersionUnknownException.Data. toException()Methods in org.fuin.ddd4j.ddd that throw EncryptionIvVersionUnknownException 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.
-