UserIdentityObtaining

public protocol UserIdentityObtaining

The implementer has to call back with a PKCS#12 identity data using no password

  • Obtains a new PKCS#12 identity data

    Declaration

    Swift

    func obtainUserIdentity(completionHandler: @escaping (Data?, Error?) -> Void)

    Parameters

    completionHandler

    returns with the UserIdentity data or error