CryptoSpi::CKey Class Reference
class CryptoSpi::CKey : public CBase
|
Constructor & Destructor Documentation
CKey(const TKeyProperty &)
Member Functions Documentation
ConstructL(const CCryptoParams &)
void
|
ConstructL
|
(
|
const
CCryptoParams
&
|
aKeyParameters
|
)
|
[private]
|
GetBigIntL(TUid)
Retrieve the Key Parameter according to the UID of the parameter
Parameters
TUid
aUid
|
The UID of the key parameter
|
GetTDesC8L(TUid)
IMPORT_C const
TDesC8
&
|
GetTDesC8L
|
(
|
TUid
|
aUid
|
)
|
const
|
GetTIntL(TUid)
IMPORT_C
TInt
|
GetTIntL
|
(
|
TUid
|
aUid
|
)
|
const
|
KeyParameters()
Retrieve the key property and key parameter
KeyProperty()
Retrieve the key property
NewL(const TKeyProperty &, const CCryptoParams &)
Creates a new key from a key property and key parameters.
Parameters
const
TKeyProperty
& aKeyProperty
|
The key property for the new key
|
const
CCryptoParams
& aKeyParameters
|
The list of the key parameters
|
NewL(const CKey &)
IMPORT_C
CKey
*
|
NewL
|
(
|
const
CKey
&
|
aKey
|
)
|
[static]
|
Creates a new key from a
CKey
object.
Parameters
const
CKey
& aKey
|
the source CKey object.
|
NewLC(const TKeyProperty &, const CCryptoParams &)
Creates a new key from a key property and key parameters. Leave the Ckey pointer on the cleanup stack.
Parameters
const
TKeyProperty
& aKeyProperty
|
The key property for the new key
|
const
CCryptoParams
& aKeyParameters
|
The list of the key parameters
|
NewLC(const CKey &)
IMPORT_C
CKey
*
|
NewLC
|
(
|
const
CKey
&
|
aKey
|
)
|
[static]
|
Creates a new key from a
CKey
object. Leave the Ckey pointer on the cleanup stack.
Parameters
const
CKey
& aKey
|
the source CKey object.
|
Member Data Documentation
CCryptoParams * iKeyParameters
The Key Parameters of this object
TKeyProperty
iKeyProperty
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.