Support for getting channel binding data
This commit is contained in:
parent
2c6ef4d969
commit
ace7324c7f
2 changed files with 31 additions and 0 deletions
|
@ -43,4 +43,5 @@
|
|||
- (OFString*)privateKeyFile;
|
||||
- (void)setCertificateFile: (OFString*)file;
|
||||
- (OFString*)certificateFile;
|
||||
- (OFDataArray*)channelBindingDataWithType: (OFString*)type;
|
||||
@end
|
||||
|
|
Reference in a new issue