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