More privatisation

This commit is contained in:
Derek Clarkson 2016-07-25 14:19:10 +10:00
parent 21d242ba6a
commit 99adb49736

View File

@ -55,7 +55,7 @@ public class SSLSecurity : NSObject {
var isReady = false //is the key processing done?
var certificates: [NSData]? //the certificates
var pubKeys: [SecKeyRef]? //the public keys
private var pubKeys: [SecKeyRef]? //the public keys
var usePublicKeys = false //use public keys or certificate validation?
/**