-
Constructors Constructor Description io.axoniq.dataprotection.api.FieldEncrypter(CryptoEngine) in favor of using theFieldEncrypter(CryptoEngine, Serializer)to construct an instance using a configuredSerializerinstance. Using this shorthand still works, but will use anXStreaminstance that allows everything. Although this works, XStream expects the types or wildcards for the types to be defined to ensure the application stays secure. As such, it is highly recommended to follow their recommended approach.io.axoniq.dataprotection.api.FieldEncryptingSerializer(CryptoEngine, Serializer) in favor of using theFieldEncryptingSerializer(CryptoEngine, Serializer, Serializer)to construct an instance using a configuredSerializerinstances. Using this shorthand still works, but will use anXStreaminstance that allows everything. Although this works, XStream expects the types or wildcards for the types to be defined to ensure the application stays secure. As such, it is highly recommended to follow their recommended approach.