Package ch.admin.bit.jeap.crypto.db
Class JeapCryptoStringConverter
java.lang.Object
ch.admin.bit.jeap.crypto.db.JeapCryptoStringConverter
- All Implemented Interfaces:
jakarta.persistence.AttributeConverter<String,byte[]>
-
Constructor Summary
ConstructorsConstructorDescriptionJeapCryptoStringConverter(List<KeyIdCryptoService> keyIdCryptoServices, ch.admin.bit.jeap.crypto.db.JeapCryptoDbConfigProperties properties) -
Method Summary
Modifier and TypeMethodDescriptionbyte[]convertToDatabaseColumn(String attribute) convertToEntityAttribute(byte[] dbData)
-
Constructor Details
-
JeapCryptoStringConverter
public JeapCryptoStringConverter(List<KeyIdCryptoService> keyIdCryptoServices, ch.admin.bit.jeap.crypto.db.JeapCryptoDbConfigProperties properties)
-
-
Method Details