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.

    • View Source
    Back to top Copyright © 2016-2024 Samsung
    Generated by DocFX