Software AG Products 10.7 | Integrating On-Premises and Cloud Applications | Integration Server Built-In Services | Security Folder | Summary of Elements in this Folder | pub.security.util:convertSecureString
 
pub.security.util:convertSecureString
WmPublic. Returns a WmSecureString in Java String, byte array, or character array format.
Input Parameters
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.
Output Parameters
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.