GPGPrettyInfo


Declared In:
GPGME/GPGPrettyInfo.h



Symbolic Constants

Synopsis:

GPGPRETTYINFO_H  


Functions

Synopsis:

NSString * GPGPublicKeyAlgorithmDescription(GPGPublicKeyAlgorithm value);

Description:

Returns a localized human readable string that describing the public key algorithm value. Returns nil if value is not a valid public key algorithm.

Synopsis:

NSString * GPGLocalizedPublicKeyAlgorithmDescription(GPGPublicKeyAlgorithm value);

Description:

Returns a non-localized human readable string that describing the public key algorithm value. Returns nil if value is not a valid public key algorithm.

Synopsis:

NSString * GPGSymmetricKeyAlgorithmDescription(GPGSymmetricKeyAlgorithm value);

Description:

Returns a localized human readable string that corresponds to the gcrypt input value

Synopsis:

NSString * GPGLocalizedHashAlgorithmDescription(GPGHashAlgorithm value);

Description:

Returns a localized human readable string describing the hash algorithm algo. Returns nil if value is not a valid hash algorithm.

Synopsis:

NSString * GPGHashAlgorithmDescription(GPGHashAlgorithm value);

Description:

Returns a non-localized human readable string describing the hash algorithm algo. This string can be used to output the name of the hash algorithm to the user. Returns nil if value is not a valid hash algorithm.

Synopsis:

NSString * GPGValidityDescription(GPGValidity value);

Description:

Returns a localized human readable string that corresponds to the gcrypt input value

Synopsis:

NSString * GPGProtocolDescription(GPGProtocol protocol);

Description:

Returns a non-localized human readable string that corresponds to the protocol input value. Returns nil if protocol is not valid.

Synopsis:

NSString * GPGLocalizedProtocolDescription(GPGProtocol protocol);

Description:

Returns a localized human readable string that corresponds to the protocol input value. Returns nil if protocol is not valid.


Version 1.1 Copyright ©2005 by Mac GPG Project. All Rights Reserved. Sun Jan 23 16:54:42 2005