Class Cryptography


@Component public class Cryptography extends BaseCrypto
Component for cryptographic operations in the Beas Rule Engine.

This class provides encryption and decryption functionality using TripleDES algorithm. It supports field-level encryption for entities that extend CryptoState and are marked with the @Encryptable annotation.

Key features include:

  • TripleDES encryption/decryption
  • Field-level encryption support
  • Automatic encryption state management
  • Reflection-based field processing
Since:
1.0
Version:
1.0
Author:
Beas Solution Team