SAP-archive/xsk

[API] $.security.crypto methods should return a JS ArrayBuffer

Closed this issue · 1 comments

Currently, the crypto API returns Java byte[] into the JS world. As stated in the docs (https://help.sap.com/doc/3de842783af24336b6305a3c0223a369/2.0.03/en-US/$.security.crypto.html), it should return a JS ArrayBuffer.

This issue is closed as the project is no longer maintained