Utils

  • Use this class to broadcast your AppDelegate’s methods among the registered components.

    See more

    Declaration

    Swift

    public class AppDelegateDispatcher : EventDispatching
  • This protocol defines an API which makes possible to observe and react to the AppDelegate’s methods.

    See more

    Declaration

    Swift

    public protocol AppDelegateObserving : EventObserving
  • Errors of the Identity Helper

    See more

    Declaration

    Swift

    public enum IdentityError : Error
    extension IdentityError: SAPError
  • Helper for converting SecIdentity to PKCS #12 Data and vice versa

    See more

    Declaration

    Swift

    public class IdentityHelper