[FEATURE/IDENTITY] Incorporate byte stream processing for encryption/decryption #4943
Labels
enhancement
Enhancement or improvement to existing feature or request
feature
New feature or request
This request is being filed to trim the amount of features being introduced with pull request #4730
As is, Principal Identifier Tokens do not have the functionality to be created via byte stream. This functionality is desired for various uses and should be added. You should be able to create a PIT via byte stream which is identical to a counterpart created via string so long as the byte stream encodes the same characters.
Tests should also be added in the PrincipalIdentifierTokenTests.java file to confirm this functionality. This may require the modification of the existing encryption/decryption code.
The text was updated successfully, but these errors were encountered: