Enum EllipticCurveType
Definition
- Namespace:
- Tizen.Security.SecureRepository
- Assembly:
- Tizen.Security.SecureRepository.dll
Enumeration for the elliptic curve.
public enum EllipticCurveType
Fields
| Name | Description |
|---|---|
| Prime192V1 | The elliptic curve domain "secp192r1" listed in "SEC 2" recommended elliptic curve domain. |
| Prime256V1 | The "SEC 2" recommended elliptic curve domain - secp256r1. |
| Secp384R1 | The NIST curve P-384(covers "secp384r1", the elliptic curve domain listed in See SEC 2. |