コード例 #1
0
 protected byte[] engineGetEncoded(String encodingMethod) throws IOException {
   return core.getEncoded();
 }
コード例 #2
0
 protected byte[] engineGetEncoded() throws IOException {
   return core.getEncoded();
 }