protected byte[] engineGetEncoded(String encodingMethod) throws IOException {
   return core.getEncoded();
 }
 protected byte[] engineGetEncoded() throws IOException {
   return core.getEncoded();
 }