class KeyIdentifierUtil |
Utilities for generation of the key identifier
Public Member Functions | |
---|---|
IMPORT_C void | DHKeyIdentifierL (const RInteger &, TKeyIdentifier &) |
IMPORT_C void | DSAKeyIdentifierL (const CDSAPublicKey &, TKeyIdentifier &) |
IMPORT_C void | RSAKeyIdentifierL (const CRSAPublicKey &, TKeyIdentifier &) |
IMPORT_C void | DHKeyIdentifierL | ( | const RInteger & | aKey, |
TKeyIdentifier & | aIdentifier | |||
) | [static] |
Creates a DHKeyIdentifier using the RInteger .
const RInteger & aKey | The DH parameter |
TKeyIdentifier & aIdentifier | key identifier |
IMPORT_C void | DSAKeyIdentifierL | ( | const CDSAPublicKey & | aKey, |
TKeyIdentifier & | aIdentifier | |||
) | [static] |
Creates a DSA key identifier using the DSAPublicKey.
const CDSAPublicKey & aKey | The DSA encryption key |
TKeyIdentifier & aIdentifier | key identifier |
IMPORT_C void | RSAKeyIdentifierL | ( | const CRSAPublicKey & | aKey, |
TKeyIdentifier & | aIdentifier | |||
) | [static] |
Creates a RSA key identifier using the RSAPublicKey.
const CRSAPublicKey & aKey | The RSA encryption key |
TKeyIdentifier & aIdentifier | key identifier |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.