@Test
public void testEntryAttributeManyBinaryValuesSerialization() throws IOException
{
EntryAttribute attribute1 = new DefaultEntryAttribute( "UserCertificate", userCertificate, data1, data2, data3 );
ByteArrayOutputStream baos = new ByteArrayOutputStream();
ObjectOutputStream out = new ObjectOutputStream( baos );
EntryAttributeSerializer.serialize( attribute1, out );