assertTrue( entry.contains( atPassword, test1 ) );
assertTrue( entry.contains( atPassword, test2 ) );
assertTrue( entry.contains( atPassword, test3 ) );
assertTrue( entry.contains( atPassword, ( byte[] ) null ) );
entry.clear();
// Test the addition of a String value. It should be converted to a byte array
byte[] test4 = Strings.getBytesUtf8("test4");
entry.add( "userPassword", atPassword, "test4" );