Bug 799734 - Implement generating BrowserID certificates and assertions. r=rnewman

This commit is contained in:
Nick Alexander
2013-09-27 14:10:04 -07:00
parent 15d9af36ba
commit ea0331dd4d
18 changed files with 1011 additions and 1 deletions

View File

@@ -258,6 +258,11 @@ public class ExtendedJSONObject {
map.put(key, value);
}
@SuppressWarnings({ "unchecked", "rawtypes" })
public void putAll(Map map) {
this.object.putAll(map);
}
/**
* Remove key-value pair from JSONObject.
*