19 #import <Foundation/Foundation.h>
27 NS_ASSUME_NONNULL_BEGIN
37 @property(nonatomic, readonly) NSString *
address;
61 + (nullable instancetype)hostWithAddress:(NSString *)address;
62 - (nullable instancetype)initWithAddress:(NSString *)address NS_DESIGNATED_INITIALIZER;
63 - (
BOOL)setTLSPEMRootCerts:(nullable NSString *)pemRootCerts
64 withPrivateKey:(nullable NSString *)pemPrivateKey
65 withCertChain:(nullable NSString *)pemCertChain
66 error:(NSError **)errorPtr;