Package com.majorana.maj_orm.ORM
Class CryptoKeyIds
java.lang.Object
com.majorana.maj_orm.ORM.CryptoKeyIds
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 Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
int
void
setNewKeyId
(int newKeyId) void
setOldKeyId
(int oldKeyId)
-
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)
-