cryptoservices/certificateandkeymgmt/x509/x509CertExt_v2.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    18 
    18 
    19 
    19 
    20 #include <s32strm.h>
    20 #include <s32strm.h>
    21 #include <x509certext.h>
    21 #include <x509certext.h>
    22 #include <asn1dec.h>
    22 #include <asn1dec.h>
       
    23 #include "x509bitstring.h"
    23 
    24 
    24 void CX509ExtensionBase::ConstructL(const TDesC8& aBinaryData, TInt& aPos)
    25 void CX509ExtensionBase::ConstructL(const TDesC8& aBinaryData, TInt& aPos)
    25 	{
    26 	{
    26 	TASN1DecGeneric dec(aBinaryData.Right(aBinaryData.Length() - aPos));
    27 	TASN1DecGeneric dec(aBinaryData.Right(aBinaryData.Length() - aPos));
    27 	dec.InitL();
    28 	dec.InitL();