Back to Alamofire

Bundle

docs/docsets/Alamofire.docset/Contents/Resources/Documents/Extensions/Bundle.html

5.12.0459 B
Original Source

Bundle

class Bundle : NSObject

`

                certificates
                `

Returns all valid cer, crt, and der certificates in the bundle.

Declaration

Swift

public var certificates: [SecCertificate] { get }

`

                publicKeys
                `

Returns all public keys for the valid certificates in the bundle.

Declaration

Swift

public var publicKeys: [SecKey] { get }