cryptoservices/certificateandkeymgmt/asn1/base128enc.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    21 * hence this class to encapsulate this commonality.
    21 * hence this class to encapsulate this commonality.
    22 *
    22 *
    23 */
    23 */
    24 
    24 
    25 
    25 
    26 
       
    27 
       
    28 /**
    26 /**
    29  @file 
    27  @file 
    30  @internalComponent 
    28  @internalComponent 
    31 */
    29 */
    32 
    30 
    44 	void CalculateLengthDER();
    42 	void CalculateLengthDER();
    45 
    43 
    46 	TUint iInt;
    44 	TUint iInt;
    47 	TUint iLengthDER;
    45 	TUint iLengthDER;
    48 	};
    46 	};
       
    47