Class CryptoKeyIds

java.lang.Object
com.majorana.maj_orm.ORM.CryptoKeyIds

@Service public class CryptoKeyIds extends Object
For automatically rotating crypto keys in the databaze, these are env variables that may rotated the crypto keys for any encryted data in the DB
  • Constructor Details

    • CryptoKeyIds

      public CryptoKeyIds()
  • Method Details

    • getNewKeyId

      public int getNewKeyId()
    • setNewKeyId

      public void setNewKeyId(int newKeyId)
    • getOldKeyId

      public int getOldKeyId()
    • setOldKeyId

      public void setOldKeyId(int oldKeyId)