Annotation Type EncryptedField


@Documented
@Retention(RUNTIME)
@Target({FIELD,ANNOTATION_TYPE})
public @interface EncryptedField
Annotation for encrypted field
Since:
2.6.0
Author:
Subhashni Balakrishnan
  • Required Element Summary

    Required Elements
    Modifier and Type Required Element Description
    String provider
    Cryptographic algorithm provider name
  • Element Details

    • provider

      String provider
      Cryptographic algorithm provider name
      Returns:
      name of the provider