jackson-json-crypto icon indicating copy to clipboard operation
jackson-json-crypto copied to clipboard

Jackson Crypto Extension Module

Results 6 jackson-json-crypto issues
Sort by recently updated
recently updated
newest added

I am using Jackson Json Crypto module v 1.1.0 for encryption as it is compatible with JDK 8. Encryption is working fine and data is getting saved in encrypted form...

Hey , awesome library could you release the JAVA 8 build for this library would be super helpful.

Hey @codesqueak, Awesome library, but I have noticed that you do not mention anything about the usage of this library. Since the AES/CBC is used, it does not offer any...

Jackson seems to provide different `DeserializationContext` instances to the `deserialize` and `createContextual` methods. We have observed that the `getContextualType()` method on the context passed to the `deserialize` method would often...

Hi! I have a class which has some properties annotated with @Encrypt. Also I want to use @JsonIdentityInfo(generator = JSOGGenerator.class) annotation on classes to handle potential circular references and also...