CDSAPrivateKey Class Reference
class CDSAPrivateKey : public CDSAParameters
|
Representation of a DSA private key.
Inherited Functions
|
|
CBase::CBase()
|
|
CBase::Delete(CBase *)
|
|
CBase::Extension_(TUint,TAny *&,TAny *)
|
|
CBase::operator new(TUint)
|
|
CBase::operator new(TUint,TAny *)
|
|
CBase::operator new(TUint,TLeave)
|
|
CBase::operator new(TUint,TLeave,TUint)
|
|
CBase::operator new(TUint,TUint)
|
|
CBase::~CBase()
|
|
CDSAParameters::CDSAParameters(RInteger &,RInteger &,RInteger &)
|
|
CDSAParameters::CDSAParameters(void)
|
|
CDSAParameters::G(void)const
|
|
CDSAParameters::GeneratePrimesL(const TDesC8 &,TUint &,RInteger &,TUint,RInteger &,TBool)
|
|
CDSAParameters::NewL(RInteger &,RInteger &,RInteger &)
|
|
CDSAParameters::P(void)const
|
|
CDSAParameters::Q(void)const
|
|
CDSAParameters::ValidPrimeLength(TUint)
|
|
CDSAParameters::ValidatePrimesL(const CDSAPrimeCertificate &)const
|
|
CDSAParameters::~CDSAParameters(void)
|
Constructor & Destructor Documentation
CDSAPrivateKey(RInteger &, RInteger &, RInteger &, RInteger &)
Parameters
RInteger
& aP
|
The DSA parameter, p (the prime)
|
RInteger
& aQ
|
The DSA parameter, q (the subprime)
|
RInteger
& aG
|
The DSA parameter, g (the base)
|
RInteger
& aX
|
The DSA parameter, x (the private key)
|
CDSAPrivateKey(void)
IMPORT_C
|
CDSAPrivateKey
|
(
|
void
|
|
)
|
[protected]
|
CDSAPrivateKey(const CDSAPrivateKey &)
~CDSAPrivateKey(void)
IMPORT_C
|
~CDSAPrivateKey
|
(
|
void
|
|
)
|
[virtual]
|
Member Functions Documentation
NewL(RInteger &, RInteger &, RInteger &, RInteger &)
Creates a new DSA private key object from a specified primes, base, and private key.
Parameters
RInteger
& aP
|
The DSA parameter, p (the prime)
|
RInteger
& aQ
|
The DSA parameter, q (the subprime)
|
RInteger
& aG
|
The DSA parameter, g (the base)
|
RInteger
& aX
|
The DSA parameter, x (the private key)
|
NewLC(RInteger &, RInteger &, RInteger &, RInteger &)
Creates a new DSA private key object from a specified primes, base, and private key.
The returned pointer is put onto the cleanup stack.
Parameters
RInteger
& aP
|
The DSA parameter, p (the prime)
|
RInteger
& aQ
|
The DSA parameter, q (the subprime)
|
RInteger
& aG
|
The DSA parameter, g (the base)
|
RInteger
& aX
|
The DSA parameter, x (the private key)
|
X(void)
IMPORT_C const
TInteger
&
|
X
|
(
|
void
|
|
)
|
const
|
Gets the DSA parameter, x (the private key)
operator=(const CDSAPrivateKey &)
Member Data Documentation
RInteger
iX
The DSA parameter, x, which is the private key
A pseudorandomly generated integer whose value is between 0 and q.
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.