|
|
@ -23,7 +23,7 @@ NS_ASSUME_NONNULL_BEGIN |
|
|
|
|
|
|
|
|
|
|
|
@interface GRPCSecureChannelFactory : NSObject<GRPCChannelFactory> |
|
|
|
@interface GRPCSecureChannelFactory : NSObject<GRPCChannelFactory> |
|
|
|
|
|
|
|
|
|
|
|
+ (nullable instancetype)factoryWithPEMRootCerts:(nullable NSString *)rootCerts |
|
|
|
+ (nullable instancetype)factoryWithPEMRootCertificates:(nullable NSString *)rootCerts |
|
|
|
privateKey:(nullable NSString *)privateKey |
|
|
|
privateKey:(nullable NSString *)privateKey |
|
|
|
certChain:(nullable NSString *)certChain |
|
|
|
certChain:(nullable NSString *)certChain |
|
|
|
error:(NSError **)errorPtr; |
|
|
|
error:(NSError **)errorPtr; |
|
|
|