Ejemplo n.º 1
0
 @Override
 public Identity decode(final byte[] bytes) throws IOException {
   return this.origin.decode(CcSalted.unsalt(bytes));
 }