Bundle
class Bundle : NSObject
-
Returns all valid
cer,crt, anddercertificates 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 }
View on GitHub
Install in Dash
Bundle Extension Reference