secureString | WmSecureString WmSecureString to be converted. |
returnAs | String Format into which the WmSecureString is to be converted. Valid options are byte[], char[], and Java String. If a value for this parameter is not specified, the default is to convert the WmSecureString to a String. |
string | String The WmSecureString converted to a Java String. |
bytes | byte[ ] The WmSecureString converted to a native Java byte array. |
chars | char[ ] The WmSecureString converted to a native Java character array. |