public interface ICustomerEncryptionService
Customer| Modifier and Type | Method and Description |
|---|---|
Customer |
decrypt(Customer customer,
Demand demand)
Decrypts a
Customer from the specified Customer. |
Customer |
decrypt(Customer customer,
String strCode)
Decrypts a
Customer from the specified Customer. |
Customer |
encrypt(Customer customer,
Demand demand)
Encrypts a
Customer from the specified Customer. |
Customer |
encrypt(Customer customer,
String strCode)
Encrypts a
Customer from the specified Customer. |
Customer encrypt(Customer customer, Demand demand)
customer - the customer from which the Customer is encrypted. Must not be nulldemand - the demand for which the Customer is encrypted. Must not be nullCustomerCustomer encrypt(Customer customer, String strCode)
customer - the customer from which the Customer is encrypted. Must not be nullstrCode - the code used to encrypt the Customer. Must not be nullCustomerCustomer decrypt(Customer customer, Demand demand)
customer - the customer from which the Customer is decrypted. Must not be nulldemand - the demand for which the Customer is decrypted. Must not be nullCustomerCopyright © 2021 City of Paris. All rights reserved.