NetIQ Mobile SDK for iOS  2.0
Access Manager iOS Framework for OAuth & OIDC
MFUtil Class Reference

Inherits NSObject.

Class Methods

(NSData *) + httpBodyForParams:
 
(NSString *) + percentEscapeString:
 Get the URL Encoded or Percent Escaped String. The allowed characters are "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~". More...
 
(NSString *) + base64Encode:
 Get the Base64 Encoded String. More...
 
(NSString *) + base64Decode:
 Get the Base64 Decoded String. More...
 
(NSString *) + vendorDeviceID
 Get the unique device Id. It uses the iOS identifierForVendor This is the same UDID for all apps from same vendor running on same device. A different value is returned for apps on the same device that come from different vendors and for apps even with same vendor but on different devices. The v.
 
(NSString *) + sdkVersion
 Get the SDK Version String.
 

Method Documentation

◆ base64Decode:()

+ (NSString *) base64Decode: (NSString *)  base64EncodedStr

Get the Base64 Decoded String.

Parameters
base64EncodedStrinput string to be converted.
Returns
Base64 Decoded String.

◆ base64Encode:()

+ (NSString *) base64Encode: (NSString *)  str

Get the Base64 Encoded String.

Parameters
strinput string to be converted.
Returns
Base64 Encoded String.

◆ percentEscapeString:()

+ (NSString *) percentEscapeString: (NSString *)  str

Get the URL Encoded or Percent Escaped String. The allowed characters are "abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._~".

Parameters
strinput string to be converted.
Returns
URL Encoded String.

The documentation for this class was generated from the following files: