Class SecArcIdentity

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public final class SecArcIdentity
extends NSObject
implements NSObjectProtocol
  • Constructor Details

    • SecArcIdentity

      public SecArcIdentity()
  • Method Details

    • create

      public static SecArcIdentity create​(SecIdentity identity)
      Since:
      Available in iOS 12.0 and later.
    • createWithCertificates

      public static SecArcIdentity createWithCertificates​(SecIdentity identity, NSArray certificates)
      Since:
      Available in iOS 12.0 and later.
    • accessCertificates

      public boolean accessCertificates​(VoidBlock1<SecArcCertificate> handler)
      Since:
      Available in iOS 13.0 and later.
    • copyRef

      public SecIdentity copyRef()
      Since:
      Available in iOS 12.0 and later.
    • copyCertificatesRef

      public NSArray copyCertificatesRef()
      Since:
      Available in iOS 12.0 and later.
    • secArcRetain

      public void secArcRetain()
    • secArcRelease

      public void secArcRelease()