Supported Algorithms
[High Level API]


Functions

ops_boolean_t ops_is_hash_alg_supported (const ops_hash_algorithm_t *hash_alg)
 Is this Hash Algorithm supported?
ops_boolean_t ops_is_key_supported (const ops_keydata_t *keydata)
 Checks whether key's algorithm and type are supported by OpenPGP::SDK.
ops_boolean_t ops_is_sa_supported (ops_symmetric_algorithm_t alg)
 Is this Symmetric Algorithm supported?

Function Documentation

ops_boolean_t ops_is_hash_alg_supported const ops_hash_algorithm_t hash_alg  ) 
 

Is this Hash Algorithm supported?

Parameters:
hash_alg Hash Algorithm to check
Returns:
ops_true if supported; else ops_false

ops_boolean_t ops_is_key_supported const ops_keydata_t keydata  ) 
 

Checks whether key's algorithm and type are supported by OpenPGP::SDK.

Parameters:
keydata Key to be checked
Returns:
ops_true if key algorithm and type are supported by OpenPGP::SDK; ops_false if not

ops_boolean_t ops_is_sa_supported ops_symmetric_algorithm_t  alg  ) 
 

Is this Symmetric Algorithm supported?

Parameters:
alg Symmetric Algorithm to check
Returns:
ops_true if supported; else ops_false


Generated on Sun May 19 00:00:02 2013 for OpenPGP:SDK by  doxygen 1.4.6