Annotation Type Encrypted


@Volatile
@Documented
@Retention(RUNTIME)
@Target({ANNOTATION_TYPE,METHOD,FIELD})
public @interface Encrypted
Indicates the annotated field should be encrypted during serialization and decrypted during deserialization.
See Also:
EncryptionModule, RepackagedEncryptionModule
  • Optional Element Summary

    Optional Elements
    Modifier and Type Optional Element Description
    String encrypter
    Alias of encrypter to use.
  • Element Details

    • encrypter

      String encrypter
      Alias of encrypter to use.

      May be omitted if the crypto manager has a default encrypter.

      Default:
      "__DEFAULT__"