Namespace Tizen.Security.SecureRepository.Crypto

Description

Classes

AesCbcCipherParameters

A class for holding parameters for the AES algorithm with the CBC mode.

AesCfbCipherParameters

A class for holding parameters for the AES algorithm with the CFB mode.

AesCipherParameters

An abstract class for holding parameters for the AES algorithm.

AesCtrCipherParameters

A class for holding parameters for the AES algorithm with the counter mode.

AesGcmCipherParameters

A class for holding parameters for the AES algorithm with the GCM mode.

Cipher

This class provides the methods for encrypting and decrypting data.

CipherParameters

An abstract class for holding parameters for encryption and decryption.

DsaSignatureParameters

A class for holding parameters for the DSA signature algorithm.

EcdsaSignatureParameters

A class for holding parameters for the ECDSA signature algorithm.

RsaOaepCipherParameters

A class for holding parameters for the RSA algorithm with the OAEP mode.

RsaSignatureParameters

A class for holding parameters for the RSA signature algorithm.

Signature

This class provides the methods for creating and verifying a signature.

SignatureParameters

An abstract class for holding 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.