Enum KeyType
Definition
- Namespace:
- Tizen.Security.SecureRepository
- Assembly:
- Tizen.Security.SecureRepository.dll
Enumeration for key types of key manager.
public enum KeyType
Fields
Name | Description |
---|---|
Aes | The AES key. |
DsaPrivate | The DSA private key. |
DsaPublic | The DSA public key. |
EcdsaPrivate | The ECDSA private key. |
EcdsaPublic | The ECDSA public key. |
None | Key type not specified. |
RsaPrivate | The RSA private key. |
RsaPublic | The RSA public key. |