KeyPairGenerationParameters QML Type
Encapsulates parameters related to the generation of an asymmetric cryptographic key pair More...
Properties
Detailed Description
Property Documentation
customParameters : object  | 
 
 The plugin-specific custom parameters which will be used during key generation
 
keyPairType : enumeration  | 
 
 The type of key pair which should be generated
| Constant | Description | 
KeyPairUnknown | = CryptoManager::AlgorithmUnknown | 
KeyPairCustom | = CryptoManager::AlgorithmCustom | 
KeyPairDh | = CryptoManager::AlgorithmDh | 
KeyPairDsa | = CryptoManager::AlgorithmDsa | 
KeyPairRsa | = CryptoManager::AlgorithmRsa | 
KeyPairEc | = CryptoManager::AlgorithmEc |