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
-
Element Details
-
provider
String providerCryptographic algorithm provider name- Returns:
- name of the provider
-