mirror of
https://github.com/deneraraujo/OpenVPNAdapter.git
synced 2026-04-24 00:00:05 +08:00
Define available key types
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
//
|
||||
// OpenVPNKeyType.h
|
||||
// OpenVPN Adapter
|
||||
//
|
||||
// Created by Sergey Abramchuk on 07.09.17.
|
||||
//
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
typedef NS_ENUM(NSInteger, OpenVPNKeyType) {
|
||||
OpenVPNKeyTypeNone = 0,
|
||||
OpenVPNKeyTypeRSA,
|
||||
OpenVPNKeyTypeECKEY,
|
||||
OpenVPNKeyTypeECKEYDH,
|
||||
OpenVPNKeyTypeECDSA,
|
||||
OpenVPNKeyTypeRSAALT,
|
||||
OpenVPNKeyTypeRSASSAPSS,
|
||||
}
|
||||
Reference in New Issue
Block a user