This method of the IEncodablePermission Interface retrieves a permission-specific tag, given an encoding format. The tag is then used with the encode and decode methods to specify an encoding type.
String mapFormat(String format);
Returns the permission-specific tag that corresponds to the specified format.
format | The encoding format to retrieve the tag for. |