|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.konakartadmin.bl.AdminMgrUtils
public class AdminMgrUtils
The AdminMgrUtils - a collection of utilities the Admin Application
| Constructor Summary | |
|---|---|
AdminMgrUtils()
Empty constructor |
|
| Method Summary | |
|---|---|
void |
decryptOrder(AdminOrder order)
Decrypt the encrypted parts of an order - but only if the encryption key passed in is non-null and not empty. |
AdminCreditCard |
encryptCreditCard(AdminCreditCard creditCard,
java.lang.String ek)
Encrypt the credit card details - but only if the encryption key passed in is non-null and not empty. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AdminMgrUtils()
| Method Detail |
|---|
public void decryptOrder(AdminOrder order)
throws KKAdminException
decryptOrder in interface AdminMgrUtilsIforder - the order object that will be populated with the unencrypted attributes
KKAdminException
public AdminCreditCard encryptCreditCard(AdminCreditCard creditCard,
java.lang.String ek)
throws KKAdminException
encryptCreditCard in interface AdminMgrUtilsIfcreditCard - the original credit card objectek - the encryption key
KKAdminException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||