Class CryptoState

java.lang.Object
com.beassolution.rule.crypto.CryptoState
Direct Known Subclasses:
BaseCrypto, BaseModel

public class CryptoState extends Object
Base class for cryptographic state management.

This class provides a base implementation for managing the encryption state of entities in the Beas Rule Engine. It tracks whether an entity has been encrypted and provides the foundation for field-level encryption.

Key features include:

  • Encryption state tracking
  • Integration with encryption framework
Since:
1.0
Version:
1.0
Author:
Beas Solution Team
  • Constructor Details

    • CryptoState

      public CryptoState()