Uses of Class
org.fuin.ddd4j.ddd.EncryptionKeyIdUnknownException
Packages that use EncryptionKeyIdUnknownException
-
Uses of EncryptionKeyIdUnknownException in org.fuin.ddd4j.ddd
Methods in org.fuin.ddd4j.ddd that return EncryptionKeyIdUnknownExceptionMethods in org.fuin.ddd4j.ddd that throw EncryptionKeyIdUnknownExceptionModifier and TypeMethodDescription@jakarta.validation.constraints.NotEmpty byte[]EncryptedDataService.decrypt(@NotNull EncryptedData encryptedData) Decrypts the data using the information provided by the parameter.EncryptedDataService.encrypt(@NotEmpty String keyId, @NotEmpty String dataType, @NotEmpty String contentType, @jakarta.validation.constraints.NotEmpty byte[] data) Encrypts some data using a dedicated key.EncryptedDataService.getKeyVersion(@NotEmpty String keyId) Returns the current version of the given identifier.Rotates the existing key by creating a new one as the next version.