|
||
class CWTLSSubjectPublicKeyInfo : public CSubjectPublicKeyInfo;
CBase
-
Base class for all classes to be instantiated on the heap.
CSubjectPublicKeyInfo
- A base class for a container that holds information about a subject public key.
CWTLSSubjectPublicKeyInfo
- (No abstract)
Defined in CWTLSSubjectPublicKeyInfo
:
Inherited from CBase
:
Delete(CBase *)
Deletes the specified object.Extension_(TUint,TAny *&,TAny *)
Extension function operator new(TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TAny *)
Initialises the object to binary zeroes.operator new(TUint,TLeave)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TLeave,TUint)
Allocates the object from the heap and then initialises its contents to binary z...operator new(TUint,TUint)
Allocates the object from the heap and then initialises its contents to binary z...Inherited from CSubjectPublicKeyInfo
:
AlgorithmId()const
Gets the algorithm ID.ConstructL(const CSubjectPublicKeyInfo &)
Second-phase constructor.EncodedParams()const
Gets the encoded parameters required by the algorithm.KeyData()const
Gets the encoded public key data.NewL(const CSubjectPublicKeyInfo &)
Creates a new subject public key object copied from an existing object.NewLC(const CSubjectPublicKeyInfo &)
Creates a new subject public key object copied from an existing object and puts ...iAlgId
The algorithm ID. iEncodedKeyData
A heap descriptor representing the encoded key data. IMPORT_C static CWTLSSubjectPublicKeyInfo* NewL(const TDesC8 &aBinaryData);
|
|
IMPORT_C static CWTLSSubjectPublicKeyInfo* NewLC(const TDesC8 &aBinaryData);
|
|
IMPORT_C static CWTLSSubjectPublicKeyInfo* NewL(const TDesC8 &aBinaryData, TInt &aPos);
|
|
IMPORT_C static CWTLSSubjectPublicKeyInfo* NewLC(const TDesC8 &aBinaryData, TInt &aPos);
|
|