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 | AES key. |
DsaPrivate | DSA private key. |
DsaPublic | DSA public key. |
EcdsaPrivate | ECDSA private key. |
EcdsaPublic | ECDSA public key. |
None | Key type not specified. |
RsaPrivate | RSA private key. |
RsaPublic | RSA public key. |