jpos / jPOS

jPOS Project
http://jpos.org
GNU Affero General Public License v3.0
609 stars 461 forks source link

`SMAdapter`: add new operation to encrypt clear PIN under PEK. #558

Closed fgonzal closed 1 year ago

fgonzal commented 1 year ago

This PR adds a new method to the SMAdapter interface that encrypts a clear PIN under the given PIN encryption key (PEK).

Also, this new method has been added to the JESecurityModule implementation.