This method of the SecurityPermission Class 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.
public String mapFormat(String format);
Returns the permission-specific tag that corresponds to the specified format.
format | The encoding format to retrieve the tag for. |