|
|
|
Location:
signed.h
Link against: crypto.lib
CCertificate
Supported from 6.0
A data structure that binds a public key to a given individual.
A certificate is a signed object, and adds a serial number, a validity period and a subject public key.
This is a base class for classes that implement certificates of particular types.
|
Defined in CCertificate:
PublicKey(), SerialNumber(), ValidityPeriod(), ~CCertificate()
Inherited from CBase:
operator new()
Inherited from CSignedObject:
DataElementEncoding(),
Encoding(),
ExternalizeL(),
Fingerprint(),
InternalizeL(),
SetParametersL(),
Signature(),
SignedDataL(),
SigningAlgorithm(),
VerifySignatureL()
const CSubjectPublicKeyInfo& PublicKey() const;
Gets the subject public key.
|
const TPtrC8 SerialNumber() const;
Gets the serial number.
|
const CValidityPeriod& ValidityPeriod() const;
Gets the validity period.
|