cryptoservices/certificateandkeymgmt/pkcs12/pkcs12attribute.cpp
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    97 	
    97 	
    98 EXPORT_C const RPointerArray<TDesC8>& CDecPkcs12Attribute::AttributeValue() const
    98 EXPORT_C const RPointerArray<TDesC8>& CDecPkcs12Attribute::AttributeValue() const
    99 	{
    99 	{
   100 	return iAttributeValue;	
   100 	return iAttributeValue;	
   101 	}
   101 	}
       
   102