Changing the PIN of the existing user (UserID secure object) is exactly what I want to do.
I have loaded some binary files on my se050 smart card and I want to lock this file using a PIN so that only only the user who know the PIN can access it.

For that purpose I created a UserID Object (to be used as a PIN), and I put read policies on my binary files so that a person who knows the PIN can only read the binary files.
And this works perfectly.
Now, I want to change the value of the PIN, but I am not able to do this as UserID doesn't allow the update functionality.
So, I want to know which other secure object can be used in this case? I was thinking to use AESKey but it looks like it is something about encryption and decryption of secret data, but I don't want to do that. I only want to secure my binary files using a PIN (just like in our cell phones)
Thanks.