public interface AdminMgrUtilsIf
Modifier and Type | Method and Description |
---|---|
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.
|
void decryptOrder(AdminOrder order) throws KKAdminException
order
- the order object that will be populated with the unencrypted attributesKKAdminException
- an unexpected exception in the KonaKart Admin engineAdminCreditCard encryptCreditCard(AdminCreditCard creditCard, java.lang.String ek) throws KKAdminException
creditCard
- the original credit card objectek
- the encryption keyKKAdminException
- an unexpected exception in the KonaKart Admin engineCopyright © 2018 DS Data Systems UK Ltd.