4041424344454647
/** * Constructs a new K2 context. */ public K2Context() { strings = new K2Strings(this, Locale.getDefault()); keyVersionRegistry = new KeyVersionRegistry(this); }