Namespace Tizen.Security.SecureRepository.Crypto

Description

Classes

AesCbcCipherParameters

Holds parameters for the AES algorithm with the CBC mode.

AesCfbCipherParameters

Holds parameters for the AES algorithm with the CFB mode.

AesCipherParameters

Holds parameters for the AES algorithm.

AesCtrCipherParameters

Holds parameters for the AES algorithm with the counter mode.

AesGcmCipherParameters

Holds parameters for the AES algorithm with the GCM mode.

Cipher

Provides the methods for encrypting and decrypting data.

CipherParameters

Holds parameters for encryption and decryption.

DsaSignatureParameters

Holds parameters for the DSA signature algorithm.

EcdsaSignatureParameters

Holds parameters for the ECDSA signature algorithm.

RsaOaepCipherParameters

Holds parameters for the RSA algorithm with the OAEP mode.

RsaSignatureParameters

Holds parameters for the RSA signature algorithm.

Signature

Provides the methods for creating and verifying a signature.

SignatureParameters

Holds parameters for signing and verification.

Enums

CipherAlgorithmType

Enumeration for the crypto cipher algorithm types.

CipherParameterName

Enumeration for the cipher algorithm parameters.

HashAlgorithm

Enumeration for the hash algorithm.

RsaPaddingAlgorithm

Enumeration for the RSA padding algorithm.

SignatureAlgorithmType

Enumeration for signature algorithm types.