summaryrefslogtreecommitdiffstats
path: root/src/opcua/x509/qopcuakeypair.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/opcua/x509/qopcuakeypair.h')
-rw-r--r--src/opcua/x509/qopcuakeypair.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/opcua/x509/qopcuakeypair.h b/src/opcua/x509/qopcuakeypair.h
index 501abc9..90c834a 100644
--- a/src/opcua/x509/qopcuakeypair.h
+++ b/src/opcua/x509/qopcuakeypair.h
@@ -22,18 +22,18 @@ public:
enum class RsaKeyStrength {
Bits1024 = 1024,
Bits2048 = 2048,
- Bits4096 = 4096
+ Bits4096 = 4096,
};
enum class KeyType {
Rsa,
Empty,
- Unknown
+ Unknown,
};
enum class Cipher {
Aes128Cbc,
- Unencrypted
+ Unencrypted,
};
QOpcUaKeyPair(QObject *parent = nullptr);