jpos / jPOS

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

Move `padISO9797Method2` from `JCESecurityModule` to `ISOUtil`. #622

Closed fgonzal closed 3 weeks ago

fgonzal commented 3 weeks ago

This PR moves the paddingISO9797Method2 method from JCESecurityModule to ISOUtil, renaming it to padISO9797Method2. This change exposes the method through a public API, allowing for reuse both inside and outside the jPOS library.