EMDskppPolicyParser
Objective-C
@interface EMDskppPolicyParser : NSObject
Swift
class EMDskppPolicyParser : NSObject
Parses the token policy string.
Since
4.1-
Parses the policy string and converts it to EMDskppPolicy object.
Since
4.1
Declaration
Objective-C
+ (EMDskppPolicy *)parseDskppPolicy:(id<EMSecureString>)policyString;Swift
class func parseDskppPolicy(_ policyString: (any EMSecureString)!) -> EMDskppPolicy!Parameters
policyStringThe policy string to parse. Never
nil.Return Value
EMDskppPolicy The token policy object. In case of any error
nil(e.g. invalid policy string).
EMDskppPolicyParser Class Reference