PKCS12::CDecPkcs12SafeContentsBag Class Reference
class PKCS12::CDecPkcs12SafeContentsBag : public PKCS12::CDecPkcs12SafeBag
|
Decodes the SafeContents bag present within a SafeBag and returns an array of Safebags present within this SafeContents bag.
Inherits from
-
PKCS12::CDecPkcs12SafeContentsBag
Constructor & Destructor Documentation
CDecPkcs12SafeContentsBag()
CDecPkcs12SafeContentsBag
|
(
|
)
|
[private]
|
CDecPkcs12SafeContentsBag(const CDecPkcs12SafeContentsBag &)
~CDecPkcs12SafeContentsBag()
~CDecPkcs12SafeContentsBag
|
(
|
)
|
[virtual]
|
Member Functions Documentation
ConstructL(const TDesC8 &)
void
|
ConstructL
|
(
|
const
TDesC8
&
|
aSafeContentsBagData
|
)
|
[private]
|
This decodes the entire SafeContentsBag structure.
-
leave
-
KErrArgument if the data is not a sequence or class tag name is not Universal.
CDecPkcs12SafeBag
Parameters
const
TDesC8
& aSafeContentsBagData
|
Contains a PKCS#12 SafeBag structure.
|
NewL(const TDesC8 &)
Creates a new PKCS#12SafeContentsBag object.
-
leave
-
KErrArgument if the data is not a sequence or class tag name is not Universal.
Parameters
const
TDesC8
& aSafeContentsBagData
|
Contains a PKCS#12 SafeBag structure.
|
SafeBags()
The SafeContents Bag contains one or more Safe Bags in it.This method returns the reference to all these SafeBags.
operator=(const CDecPkcs12SafeContentsBag &)
Member Data Documentation
RPointerArray< CDecPkcs12SafeBag > iSafeBags
Contains an array of SafeBags present within the SafeContents Bag
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.