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 null
demand
- the demand for which the Customer
is encrypted. Must not be null
Customer
Customer encrypt(Customer customer, String strCode)
customer
- the customer from which the Customer
is encrypted. Must not be null
strCode
- the code used to encrypt the Customer
. Must not be null
Customer
Customer decrypt(Customer customer, Demand demand)
customer
- the customer from which the Customer
is decrypted. Must not be null
demand
- the demand for which the Customer
is decrypted. Must not be null
Customer
Copyright © 2021 City of Paris. All rights reserved.