We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d242b commit 99adb49Copy full SHA for 99adb49
Source/SSLSecurity.swift
@@ -55,7 +55,7 @@ public class SSLSecurity : NSObject {
55
56
var isReady = false //is the key processing done?
57
var certificates: [NSData]? //the certificates
58
- var pubKeys: [SecKeyRef]? //the public keys
+ private var pubKeys: [SecKeyRef]? //the public keys
59
var usePublicKeys = false //use public keys or certificate validation?
60
61
/**
0 commit comments