Bundle

class Bundle : NSObject
  • Returns all valid cer, crt, and der certificates in the bundle.

    Declaration

    Swift

    public var certificates: [SecCertificate] { get }
  • Returns all public keys for the valid certificates in the bundle.

    Declaration

    Swift

    public var publicKeys: [SecKey] { get }