cryptoservices/certificateandkeymgmt/inc/pkcs12attribute.h
changeset 8 35751d3474b7
parent 0 2c201484c85f
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    12 * Contributors:
    12 * Contributors:
    13 *
    13 *
    14 * Description: 
    14 * Description: 
    15 *
    15 *
    16 */
    16 */
    17 
       
    18 
       
    19 
    17 
    20 
    18 
    21 /**
    19 /**
    22  @file
    20  @file
    23  @publishedPartner
    21  @publishedPartner
   107 	/** Contains the attribute value which is an DER encoded value */
   105 	/** Contains the attribute value which is an DER encoded value */
   108 	RPointerArray<TDesC8> iAttributeValue;
   106 	RPointerArray<TDesC8> iAttributeValue;
   109 	};
   107 	};
   110 } // namespace PKCS12
   108 } // namespace PKCS12
   111 #endif // __PKCS12ATTRIBUTE_H__
   109 #endif // __PKCS12ATTRIBUTE_H__
       
   110 
       
   111