Support for getting channel binding data

This commit is contained in:
Florian Zeitz 2011-09-09 20:01:44 +02:00
parent 2c6ef4d969
commit ace7324c7f
2 changed files with 31 additions and 0 deletions

View file

@ -43,4 +43,5 @@
- (OFString*)privateKeyFile;
- (void)setCertificateFile: (OFString*)file;
- (OFString*)certificateFile;
- (OFDataArray*)channelBindingDataWithType: (OFString*)type;
@end