Annotation Interface Crypto


@Target({METHOD,FIELD,PARAMETER}) @Retention(RUNTIME) public @interface Crypto
Encryption annotation to encrypt/decrypt fields and input parameters
Author:
dfuentes Created by dfuentes on 15/03/2017.
See Also:
  • Nested Class Summary

    Nested Classes
    Modifier and Type
    Class
    Description
    static enum 
    Action type to apply
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    Action type to apply encryp/decrypt
    Password to use with the algorithm
  • Element Details

    • action

      Action type to apply encryp/decrypt
      Returns:
    • password

      String password
      Password to use with the algorithm
      Returns: