- added convertToken method
- if the provided token is a ByteArray then it will be directly used
- otherwise, the provided token is first converted to a string using its toString() method and resulting string will be serialized as a ByteArray ( using writeUTFBytes and not writeUTF )
Added unit tests for the newly-added method ( TestDRMServices).
Updated OSMFTest application to include the new tests.