CCMSOriginatorInfo Class Reference
class CCMSOriginatorInfo : public CCMSSequence
|
CMS OriginatorInfo type module
ASN.1 definition: OriginatorInfo ::= SEQUENCE { certs [0] IMPLICIT CertificateSet OPTIONAL, crls [1] IMPLICIT CertificateRevocationLists OPTIONAL }
CertificateSet ::= SET OF CertificateChoices
CertificateRevocationLists ::= SET OF CertificateList
Constructor & Destructor Documentation
CCMSOriginatorInfo()
IMPORT_C
|
CCMSOriginatorInfo
|
(
|
)
|
[protected]
|
~CCMSOriginatorInfo()
~CCMSOriginatorInfo
|
(
|
)
|
[virtual]
|
Member Functions Documentation
Certs()
Getter for certs.
-
Since
-
2.8
Crls()
Getter for crls.
-
Since
-
2.8
DecodeArrayL(CArrayPtr< TASN1DecGeneric > *)
Decodes internal data from a array of ASN.1 decoders
DecodeImplicitTagL(const TDesC8 &, const TTagType)
void
|
DecodeImplicitTagL
|
(
|
const
TDesC8
&
|
aRawData,
|
|
const
TTagType
|
aImplicitTag
|
|
)
|
|
Decoder method with implicit tag checking.
-
Since
-
2.8
Parameters
const
TDesC8
& aRawData
|
raw-data to be parsed in this instance
|
const
TTagType
aImplicitTag
|
tag to be checked
|
DecodeL(const TDesC8 &)
void
|
DecodeL
|
(
|
const
TDesC8
&
|
aRawData
|
)
|
|
Parameters
const
TDesC8
& aRawData
|
raw-data to be parsed in this instance
|
SetCerts(CArrayPtr< CCMSCertificateChoices > *)
Setter for certs. Takes ownership.
-
Since
-
2.8
SetCrls(CArrayPtr< CCMSX509CertificateList > *)
Setter for crls. Takes ownership.
-
Since
-
2.8
Member Data Documentation
CArrayPtr< CCMSCertificateChoices > * iCerts
CArrayPtr< CCMSX509CertificateList > * iCrls
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.