348349350351352353354355356357
return (BytesJid) getJid(key); } public byte[] getBytes(String key) throws Exception { BytesJid ij = getBytesJid(key); if (ij == null) return null; return ij.getValue(); }