assertTrue( entry.contains( atPassword, b1 ) );
assertTrue( entry.contains( atPassword, b2 ) );
assertTrue( entry.contains( atPassword, b3 ) );
assertTrue( entry.contains( atPassword, ( byte[] ) null ) );
entry.clear();
// Test the addition of a String value. It should be converted to a byte array
byte[] b4 = Strings.getBytesUtf8("test4");
entry.add( "userPASSWORD", atPassword, "test4" );