CRSAPrivateKey Class Reference
class CRSAPrivateKey : public CRSAParameters
|
Non-exported container class for the various ways of representing an RSA private key.
To instantiate a representation of an RSA private key, find a subclass of this appropriate to your key type.
Protected Attributes
|
const
TRSAPrivateKeyType
|
iKeyType
|
Constructor & Destructor Documentation
CRSAPrivateKey(const TRSAPrivateKeyType, RInteger &)
CRSAPrivateKey
|
(
|
const
TRSAPrivateKeyType
|
aKeyType,
|
|
RInteger
&
|
aN
|
|
)
|
|
Parameters
const
TRSAPrivateKeyType
aKeyType
|
The type of the RSA private key
|
RInteger
& aN
|
The RSA parameter, n (the modulus)
|
CRSAPrivateKey(const CRSAPrivateKey &)
Member Functions Documentation
PrivateKeyType()
const
TRSAPrivateKeyType
|
PrivateKeyType
|
(
|
)
|
const [inline]
|
Gets the type of RSA private key
operator=(const CRSAPrivateKey &)
Member Data Documentation
const TRSAPrivateKeyType iKeyType
const
TRSAPrivateKeyType
|
iKeyType
|
[protected]
|
The type of the RSA private key
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.