Enum KeyType

Definition

Namespace:
Tizen.Security.SecureRepository
Assembly:
Tizen.Security.SecureRepository.dll

Enumeration for key types of key manager.

C#
Copy
public enum KeyType
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.