KeyIdentifierUtil Class Reference

class KeyIdentifierUtil

Utilities for generation of the key identifier

Public Member Functions
IMPORT_C voidDHKeyIdentifierL(const RInteger &, TKeyIdentifier &)
IMPORT_C voidDSAKeyIdentifierL(const CDSAPublicKey &, TKeyIdentifier &)
IMPORT_C voidRSAKeyIdentifierL(const CRSAPublicKey &, TKeyIdentifier &)

Member Functions Documentation

DHKeyIdentifierL(const RInteger &, TKeyIdentifier &)

IMPORT_C voidDHKeyIdentifierL(const RInteger &aKey,
TKeyIdentifier &aIdentifier
)[static]

Creates a DHKeyIdentifier using the RInteger.

Parameters

const RInteger & aKeyThe DH parameter
TKeyIdentifier & aIdentifierkey identifier

DSAKeyIdentifierL(const CDSAPublicKey &, TKeyIdentifier &)

IMPORT_C voidDSAKeyIdentifierL(const CDSAPublicKey &aKey,
TKeyIdentifier &aIdentifier
)[static]

Creates a DSA key identifier using the DSAPublicKey.

Parameters

const CDSAPublicKey & aKeyThe DSA encryption key
TKeyIdentifier & aIdentifierkey identifier

RSAKeyIdentifierL(const CRSAPublicKey &, TKeyIdentifier &)

IMPORT_C voidRSAKeyIdentifierL(const CRSAPublicKey &aKey,
TKeyIdentifier &aIdentifier
)[static]

Creates a RSA key identifier using the RSAPublicKey.

Parameters

const CRSAPublicKey & aKeyThe RSA encryption key
TKeyIdentifier & aIdentifierkey identifier