Exemplo n.º 1
0
 protected byte[] engineWrap(Key key) throws IllegalBlockSizeException, InvalidKeyException {
   return cipher.engineWrap(key);
 }