|
|
|
Location:
signed.h
Link against: crypto.lib
CSubjectPublicKeyInfo
Supported from 6.0
A base class for a container that holds information about a subject public key.
It contains the encoded public key and the algorithm ID.
|
Defined in CSubjectPublicKeyInfo:
AlgorithmId(), EncodedParams(), KeyData(), NewL(), NewLC(), ~CSubjectPublicKeyInfo()
Inherited from CBase:
operator new()
static CSubjectPublicKeyInfo* NewL(const CSubjectPublicKeyInfo& aSubjectPublicKeyInfo);
Creates a new subject public key object copied from an existing object.
|
|
static CSubjectPublicKeyInfo* NewLC(const CSubjectPublicKeyInfo& aSubjectPublicKeyInfo);
Creates a new subject public key object copied from an existing object and puts a pointer to the new object onto the cleanup stack.
|
|
TAlgorithmId AlgorithmId() const;
Gets the algorithm ID.
|
const TPtrC8 EncodedParams() const;
Gets the encoded parameters required by the algorithm.
|
const TPtrC8 KeyData() const;
Gets the encoded public key.
|