You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@poi.apache.org by ni...@apache.org on 2016/11/02 10:29:11 UTC

svn commit: r1767628 [3/5] - in /poi/site/publish: ./ apidocs/ apidocs/org/apache/poi/poifs/crypt/ apidocs/org/apache/poi/poifs/crypt/agile/ apidocs/org/apache/poi/poifs/crypt/binaryrc4/ apidocs/org/apache/poi/poifs/crypt/class-use/ apidocs/org/apache/...

Modified: poi/site/publish/apidocs/index-all.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/index-all.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/index-all.html (original)
+++ poi/site/publish/apidocs/index-all.html Wed Nov  2 10:29:11 2016
@@ -5157,6 +5157,10 @@
 <dd>
 <div class="block">Removes any formatting that may have been applied to the string.</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.html#clearHeaderFooter()">clearHeaderFooter()</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeaderFooter</a></dt>
+<dd>
+<div class="block">Clears all paragraphs and tables from this header / footer</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/model/FileInformationBlock.html#clearOffsetsSizes()">clearOffsetsSizes()</a></span> - Method in class org.apache.poi.hwpf.model.<a href="./org/apache/poi/hwpf/model/FileInformationBlock.html" title="class in org.apache.poi.hwpf.model">FileInformationBlock</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html#clearOverrideContentTypes()">clearOverrideContentTypes()</a></span> - Method in class org.apache.poi.openxml4j.opc.internal.<a href="./org/apache/poi/openxml4j/opc/internal/ContentTypeManager.html" title="class in org.apache.poi.openxml4j.opc.internal">ContentTypeManager</a></dt>
@@ -10311,6 +10315,10 @@
 <dd>
 <div class="block">Create an empty table with a number of rows and cols specified</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.html#createTable(int,%20int)">createTable(int, int)</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeaderFooter</a></dt>
+<dd>
+<div class="block">Adds a new table at the end of the header or footer</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/converter/FoDocumentFacade.html#createTableBody()">createTableBody()</a></span> - Method in class org.apache.poi.hwpf.converter.<a href="./org/apache/poi/hwpf/converter/FoDocumentFacade.html" title="class in org.apache.poi.hwpf.converter">FoDocumentFacade</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/converter/HtmlDocumentFacade.html#createTableBody()">createTableBody()</a></span> - Method in class org.apache.poi.hwpf.converter.<a href="./org/apache/poi/hwpf/converter/HtmlDocumentFacade.html" title="class in org.apache.poi.hwpf.converter">HtmlDocumentFacade</a></dt>
@@ -19289,7 +19297,11 @@
 <div class="block">Gets the value of the ahXYOrAhPolar property.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionVerifier.html#getAlgorithm()">getAlgorithm()</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt">EncryptionVerifier</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.16 beta 1. use <a href="./org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherAlgorithm()"><code>EncryptionVerifier.getCipherAlgorithm()</code></a></i></div>
+</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/converter/AbstractExcelUtils.html#getAlign(short)">getAlign(short)</a></span> - Static method in class org.apache.poi.hssf.converter.<a href="./org/apache/poi/hssf/converter/AbstractExcelUtils.html" title="class in org.apache.poi.hssf.converter">AbstractExcelUtils</a></dt>
 <dd>
 <div class="block"><span class="strong">Deprecated.</span>
@@ -20105,6 +20117,10 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/filesystem/NPOIFSStream.html#getBlockIterator()">getBlockIterator()</a></span> - Method in class org.apache.poi.poifs.filesystem.<a href="./org/apache/poi/poifs/filesystem/NPOIFSStream.html" title="class in org.apache.poi.poifs.filesystem">NPOIFSStream</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#getBlockSize()">getBlockSize()</a></span> - Method in class org.apache.poi.poifs.crypt.agile.<a href="./org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt.agile">AgileEncryptionVerifier</a></dt>
+<dd>
+<div class="block">The blockSize (in bytes) of the verifier data.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html#getBlockSize()">getBlockSize()</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/Decryptor.html#getBlockSizeInBytes()">getBlockSizeInBytes()</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/Decryptor.html" title="class in org.apache.poi.poifs.crypt">Decryptor</a></dt>
@@ -22114,7 +22130,11 @@
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherAlgorithm()">getCipherAlgorithm()</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt">EncryptionVerifier</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherMode()">getCipherMode()</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt">EncryptionVerifier</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.16 beta 1. use <a href="./org/apache/poi/poifs/crypt/EncryptionVerifier.html#getChainingMode()"><code>EncryptionVerifier.getChainingMode()</code></a></i></div>
+</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherProvider()">getCipherProvider()</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hpsf/PropertySet.html#getClassID()">getClassID()</a></span> - Method in class org.apache.poi.hpsf.<a href="./org/apache/poi/hpsf/PropertySet.html" title="class in org.apache.poi.hpsf">PropertySet</a></dt>
@@ -28529,10 +28549,16 @@
 <dd>
 <div class="block">Returns a reference to the HandoutMaster, or 0 if none</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()">getHashAlgorithm()</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionVerifier.html#getHashAlgorithm()">getHashAlgorithm()</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt">EncryptionVerifier</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx()</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block"><span class="strong">Deprecated.</span>
+<div class="block"><i>POI 3.16 beta 1. use <a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()"><code>EncryptionHeader.getHashAlgorithm()</code></a></i></div>
+</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/dsig/SignatureConfig.html#getHashMagic()">getHashMagic()</a></span> - Method in class org.apache.poi.poifs.crypt.dsig.<a href="./org/apache/poi/poifs/crypt/dsig/SignatureConfig.html" title="class in org.apache.poi.poifs.crypt.dsig">SignatureConfig</a></dt>
 <dd>
 <div class="block">Each digest method has its own IV (initial vector)</div>
@@ -30264,6 +30290,10 @@
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySalt()">getKeySalt()</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#getKeySize()">getKeySize()</a></span> - Method in class org.apache.poi.poifs.crypt.agile.<a href="./org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt.agile">AgileEncryptionVerifier</a></dt>
+<dd>
+<div class="block">The keysize (in bits) of the verifier data.</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize()">getKeySize()</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/binaryrc4/BinaryRC4Encryptor.html#getKeySizeInBytes()">getKeySizeInBytes()</a></span> - Method in class org.apache.poi.poifs.crypt.binaryrc4.<a href="./org/apache/poi/poifs/crypt/binaryrc4/BinaryRC4Encryptor.html" title="class in org.apache.poi.poifs.crypt.binaryrc4">BinaryRC4Encryptor</a></dt>
@@ -43382,8 +43412,6 @@
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFPictureData.html#hashCode()">hashCode()</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFPictureData.html" title="class in org.apache.poi.xwpf.usermodel">XWPFPictureData</a></dt>
 <dd>&nbsp;</dd>
-<dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/agile/AgileDecryptor.html#hashInput(org.apache.poi.poifs.crypt.EncryptionInfo,%20byte[],%20byte[],%20byte[],%20int)">hashInput(EncryptionInfo, byte[], byte[], byte[], int)</a></span> - Static method in class org.apache.poi.poifs.crypt.agile.<a href="./org/apache/poi/poifs/crypt/agile/AgileDecryptor.html" title="class in org.apache.poi.poifs.crypt.agile">AgileDecryptor</a></dt>
-<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/model/PicturesTable.html#hasHorizontalLine(org.apache.poi.hwpf.usermodel.CharacterRun)">hasHorizontalLine(CharacterRun)</a></span> - Method in class org.apache.poi.hwpf.model.<a href="./org/apache/poi/hwpf/model/PicturesTable.html" title="class in org.apache.poi.hwpf.model">PicturesTable</a></dt>
 <dd>
 <div class="block">determines whether specified CharacterRun contains reference to a picture</div>
@@ -58161,6 +58189,8 @@ Compound Document Format.</div>
  directly without keeping a copy like all others therefore we need to
  handle them differently.</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.html#prepareForCommit()">prepareForCommit()</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeaderFooter</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFPictureData.html#prepareForCommit()">prepareForCommit()</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFPictureData.html" title="class in org.apache.poi.xwpf.usermodel">XWPFPictureData</a></dt>
 <dd>
 <div class="block">*PictureData objects store the actual content in the part directly without keeping a
@@ -61259,6 +61289,10 @@ Compound Document Format.</div>
 <dd>
 <div class="block">Removes the page count.</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.html#removeParagraph(org.apache.poi.xwpf.usermodel.XWPFParagraph)">removeParagraph(XWPFParagraph)</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeaderFooter</a></dt>
+<dd>
+<div class="block">Removes a specific paragraph from this header / footer</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFTableCell.html#removeParagraph(int)">removeParagraph(int)</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFTableCell.html" title="class in org.apache.poi.xwpf.usermodel">XWPFTableCell</a></dt>
 <dd>
 <div class="block">removes a paragraph of this tablecell</div>
@@ -61494,6 +61528,10 @@ Compound Document Format.</div>
 </dd>
 <dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFRun.html#removeTab()">removeTab()</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFRun.html" title="class in org.apache.poi.xwpf.usermodel">XWPFRun</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.html#removeTable(org.apache.poi.xwpf.usermodel.XWPFTable)">removeTable(XWPFTable)</a></span> - Method in class org.apache.poi.xwpf.usermodel.<a href="./org/apache/poi/xwpf/usermodel/XWPFHeaderFooter.html" title="class in org.apache.poi.xwpf.usermodel">XWPFHeaderFooter</a></dt>
+<dd>
+<div class="block">Removes a specific table from this header / footer</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hssf/record/EscherAggregate.html#removeTailRecord(org.apache.poi.hssf.record.NoteRecord)">removeTailRecord(NoteRecord)</a></span> - Method in class org.apache.poi.hssf.record.<a href="./org/apache/poi/hssf/record/EscherAggregate.html" title="class in org.apache.poi.hssf.record">EscherAggregate</a></dt>
 <dd>
 <div class="block">Remove tail record from the existing map</div>
@@ -64143,6 +64181,10 @@ Compound Document Format.</div>
 <dd>
 <div class="block">Set the expected win32 blip type</div>
 </dd>
+<dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#setBlockSize(int)">setBlockSize(int)</a></span> - Method in class org.apache.poi.poifs.crypt.agile.<a href="./org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt.agile">AgileEncryptionVerifier</a></dt>
+<dd>
+<div class="block">Sets the blockSize (in bytes) of the verifier</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html#setBlockSize(int)">setBlockSize(int)</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hslf/usermodel/HSLFTextRun.html#setBold(boolean)">setBold(boolean)</a></span> - Method in class org.apache.poi.hslf.usermodel.<a href="./org/apache/poi/hslf/usermodel/HSLFTextRun.html" title="class in org.apache.poi.hslf.usermodel">HSLFTextRun</a></dt>
@@ -65709,6 +65751,8 @@ Compound Document Format.</div>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/xor/XOREncryptor.html#setChunkSize(int)">setChunkSize(int)</a></span> - Method in class org.apache.poi.poifs.crypt.xor.<a href="./org/apache/poi/poifs/crypt/xor/XOREncryptor.html" title="class in org.apache.poi.poifs.crypt.xor">XOREncryptor</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm(CipherAlgorithm)</a></span> - Method in class org.apache.poi.poifs.crypt.agile.<a href="./org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt.agile">AgileEncryptionVerifier</a></dt>
+<dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm(CipherAlgorithm)</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionVerifier.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm(CipherAlgorithm)</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt">EncryptionVerifier</a></dt>
@@ -71371,10 +71415,16 @@ Compound Document Format.</div>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySalt(byte[])">setKeySalt(byte[])</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></dt>
 <dd>&nbsp;</dd>
+<dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#setKeySize(int)">setKeySize(int)</a></span> - Method in class org.apache.poi.poifs.crypt.agile.<a href="./org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt.agile">AgileEncryptionVerifier</a></dt>
+<dd>
+<div class="block">Sets the keysize (in bits) of the verifier</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/cryptoapi/CryptoAPIEncryptionHeader.html#setKeySize(int)">setKeySize(int)</a></span> - Method in class org.apache.poi.poifs.crypt.cryptoapi.<a href="./org/apache/poi/poifs/crypt/cryptoapi/CryptoAPIEncryptionHeader.html" title="class in org.apache.poi.poifs.crypt.cryptoapi">CryptoAPIEncryptionHeader</a></dt>
 <dd>&nbsp;</dd>
 <dt><span class="strong"><a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySize(int)">setKeySize(int)</a></span> - Method in class org.apache.poi.poifs.crypt.<a href="./org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></dt>
-<dd>&nbsp;</dd>
+<dd>
+<div class="block">Sets the keySize (in bits).</div>
+</dd>
 <dt><span class="strong"><a href="./org/apache/poi/hwpf/model/types/DOPAbstractType.html#setKeyVirusSession30(int)">setKeyVirusSession30(int)</a></span> - Method in class org.apache.poi.hwpf.model.types.<a href="./org/apache/poi/hwpf/model/types/DOPAbstractType.html" title="class in org.apache.poi.hwpf.model.types">DOPAbstractType</a></dt>
 <dd>
 <div class="block">Sets the KeyVirusSession30 field value.</div>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionHeader.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionHeader.html Wed Nov  2 10:29:11 2016
@@ -245,57 +245,67 @@ implements java.lang.Cloneable</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a></code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()">getHashAlgorithm</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a></code></td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.16 beta 1. use <a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()"><code>getHashAlgorithm()</code></a></i></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>byte[]</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySalt()">getKeySalt</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize()">getKeySize</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getSizeExtra()">getSizeExtra</a></strong>()</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setBlockSize(int)">setBlockSize</a></strong>(int&nbsp;blockSize)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setChainingMode(org.apache.poi.poifs.crypt.ChainingMode)">setChainingMode</a></strong>(<a href="../../../../../org/apache/poi/poifs/crypt/ChainingMode.html" title="enum in org.apache.poi.poifs.crypt">ChainingMode</a>&nbsp;chainingMode)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a></strong>(<a href="../../../../../org/apache/poi/poifs/crypt/CipherAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">CipherAlgorithm</a>&nbsp;cipherAlgorithm)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherProvider(org.apache.poi.poifs.crypt.CipherProvider)">setCipherProvider</a></strong>(<a href="../../../../../org/apache/poi/poifs/crypt/CipherProvider.html" title="enum in org.apache.poi.poifs.crypt">CipherProvider</a>&nbsp;providerType)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCspName(java.lang.String)">setCspName</a></strong>(java.lang.String&nbsp;cspName)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setFlags(int)">setFlags</a></strong>(int&nbsp;flags)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">setHashAlgorithm</a></strong>(<a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;hashAlgorithm)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySalt(byte[])">setKeySalt</a></strong>(byte[]&nbsp;salt)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySize(int)">setKeySize</a></strong>(int&nbsp;keyBits)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySize(int)">setKeySize</a></strong>(int&nbsp;keyBits)</code>
+<div class="block">Sets the keySize (in bits).</div>
+</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setSizeExtra(int)">setSizeExtra</a></strong>(int&nbsp;sizeExtra)</code>&nbsp;</td>
 </tr>
@@ -544,13 +554,24 @@ implements java.lang.Cloneable</pre>
 <pre>protected&nbsp;void&nbsp;setCipherAlgorithm(<a href="../../../../../org/apache/poi/poifs/crypt/CipherAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">CipherAlgorithm</a>&nbsp;cipherAlgorithm)</pre>
 </li>
 </ul>
+<a name="getHashAlgorithm()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getHashAlgorithm</h4>
+<pre>public&nbsp;<a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;getHashAlgorithm()</pre>
+</li>
+</ul>
 <a name="getHashAlgorithmEx()">
 <!--   -->
 </a>
 <ul class="blockList">
 <li class="blockList">
 <h4>getHashAlgorithmEx</h4>
-<pre>public&nbsp;<a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;getHashAlgorithmEx()</pre>
+<pre><a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version()">version</a>="3.18")
+public&nbsp;<a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>&nbsp;getHashAlgorithmEx()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.16 beta 1. use <a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()"><code>getHashAlgorithm()</code></a></i></div>
 </li>
 </ul>
 <a name="setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">
@@ -578,6 +599,10 @@ implements java.lang.Cloneable</pre>
 <li class="blockList">
 <h4>setKeySize</h4>
 <pre>protected&nbsp;void&nbsp;setKeySize(int&nbsp;keyBits)</pre>
+<div class="block">Sets the keySize (in bits). Before calling this method, make sure
+ to set the cipherAlgorithm, as the amount of keyBits gets validated against
+ the list of allowed keyBits of the corresponding cipherAlgorithm</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>keyBits</code> - </dd></dl>
 </li>
 </ul>
 <a name="getBlockSize()">

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionVerifier.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionVerifier.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionVerifier.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/EncryptionVerifier.html Wed Nov  2 10:29:11 2016
@@ -149,7 +149,11 @@ implements java.lang.Cloneable</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getAlgorithm()">getAlgorithm</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getAlgorithm()">getAlgorithm</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.16 beta 1. use <a href="../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherAlgorithm()"><code>getCipherAlgorithm()</code></a></i></div>
+</div>
+</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../org/apache/poi/poifs/crypt/ChainingMode.html" title="enum in org.apache.poi.poifs.crypt">ChainingMode</a></code></td>
@@ -161,7 +165,11 @@ implements java.lang.Cloneable</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>int</code></td>
-<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherMode()">getCipherMode</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherMode()">getCipherMode</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.16 beta 1. use <a href="../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getChainingMode()"><code>getChainingMode()</code></a></i></div>
+</div>
+</td>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>byte[]</code></td>
@@ -300,7 +308,9 @@ implements java.lang.Cloneable</pre>
 <ul class="blockList">
 <li class="blockList">
 <h4>getCipherMode</h4>
-<pre>public&nbsp;int&nbsp;getCipherMode()</pre>
+<pre><a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">@Removal</a>(<a href="../../../../../org/apache/poi/util/Removal.html#version()">version</a>="3.18")
+public&nbsp;int&nbsp;getCipherMode()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.16 beta 1. use <a href="../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getChainingMode()"><code>getChainingMode()</code></a></i></div>
 </li>
 </ul>
 <a name="getAlgorithm()">
@@ -310,6 +320,7 @@ implements java.lang.Cloneable</pre>
 <li class="blockList">
 <h4>getAlgorithm</h4>
 <pre>public&nbsp;int&nbsp;getAlgorithm()</pre>
+<div class="block"><span class="strong">Deprecated.</span>&nbsp;<i>POI 3.16 beta 1. use <a href="../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherAlgorithm()"><code>getCipherAlgorithm()</code></a></i></div>
 </li>
 </ul>
 <a name="getEncryptedKey()">

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/agile/AgileDecryptor.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/agile/AgileDecryptor.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/agile/AgileDecryptor.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/agile/AgileDecryptor.html Wed Nov  2 10:29:11 2016
@@ -182,14 +182,6 @@ implements java.lang.Cloneable</pre>
                 int&nbsp;blockSize)</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
-<td class="colFirst"><code>protected static byte[]</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileDecryptor.html#hashInput(org.apache.poi.poifs.crypt.EncryptionInfo,%20byte[],%20byte[],%20byte[],%20int)">hashInput</a></strong>(<a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionInfo.html" title="class in org.apache.poi.poifs.crypt">EncryptionInfo</a>&nbsp;encryptionInfo,
-         byte[]&nbsp;pwHash,
-         byte[]&nbsp;blockKey,
-         byte[]&nbsp;inputKey,
-         int&nbsp;cipherMode)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code>protected static javax.crypto.Cipher</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileDecryptor.html#initCipherForBlock(javax.crypto.Cipher,%20int,%20boolean,%20org.apache.poi.poifs.crypt.EncryptionInfo,%20javax.crypto.SecretKey,%20int)">initCipherForBlock</a></strong>(javax.crypto.Cipher&nbsp;existing,
                   int&nbsp;block,
@@ -198,14 +190,14 @@ implements java.lang.Cloneable</pre>
                   javax.crypto.SecretKey&nbsp;skey,
                   int&nbsp;encryptionMode)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileDecryptor.html#verifyPassword(java.security.KeyPair,%20java.security.cert.X509Certificate)">verifyPassword</a></strong>(java.security.KeyPair&nbsp;keyPair,
               java.security.cert.X509Certificate&nbsp;x509)</code>
 <div class="block">instead of a password, it's also possible to decrypt via certificate.</div>
 </td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>boolean</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileDecryptor.html#verifyPassword(java.lang.String)">verifyPassword</a></strong>(java.lang.String&nbsp;password)</code>
 <div class="block">set decryption password</div>
@@ -300,19 +292,6 @@ implements java.lang.Cloneable</pre>
                    int&nbsp;blockSize)</pre>
 </li>
 </ul>
-<a name="hashInput(org.apache.poi.poifs.crypt.EncryptionInfo, byte[], byte[], byte[], int)">
-<!--   -->
-</a>
-<ul class="blockList">
-<li class="blockList">
-<h4>hashInput</h4>
-<pre>protected static&nbsp;byte[]&nbsp;hashInput(<a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionInfo.html" title="class in org.apache.poi.poifs.crypt">EncryptionInfo</a>&nbsp;encryptionInfo,
-               byte[]&nbsp;pwHash,
-               byte[]&nbsp;blockKey,
-               byte[]&nbsp;inputKey,
-               int&nbsp;cipherMode)</pre>
-</li>
-</ul>
 <a name="getDataStream(org.apache.poi.poifs.filesystem.DirectoryNode)">
 <!--   -->
 </a>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/agile/AgileEncryptionHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/agile/AgileEncryptionHeader.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/agile/AgileEncryptionHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/agile/AgileEncryptionHeader.html Wed Nov  2 10:29:11 2016
@@ -200,7 +200,7 @@ implements java.lang.Cloneable</pre>
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.poifs.crypt.<a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></h3>
-<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getBlockSize()">getBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getChainingMode()">getChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherAlgorithm()">getCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherProvider()">getCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCspName()">getCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getFlags()">getFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySalt()">getKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize(
 )">getKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getSizeExtra()">getSizeExtra</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setBlockSize(int)">setBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setChainingMode(org.apache.poi.poifs.crypt.ChainingMode)">setChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherProvider(org.apache.poi.poifs.crypt.CipherProvider)">setCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCspName(java.lang.String)">setCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setFlags(int)">setFlags</a>, <a href="../../../../../../org/apache/poi/poifs/
 crypt/EncryptionHeader.html#setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">setHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySize(int)">setKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setSizeExtra(int)">setSizeExtra</a></code></li>
+<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getBlockSize()">getBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getChainingMode()">getChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherAlgorithm()">getCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherProvider()">getCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCspName()">getCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getFlags()">getFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()">getHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html
 #getKeySalt()">getKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize()">getKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getSizeExtra()">getSizeExtra</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setBlockSize(int)">setBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setChainingMode(org.apache.poi.poifs.crypt.ChainingMode)">setChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherProvider(org.apache.poi.poifs.crypt.CipherProvider)">setCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCspName(java.lang.String)">setCspName</a>, <a href="../../../../../../org/apac
 he/poi/poifs/crypt/EncryptionHeader.html#setFlags(int)">setFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">setHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySize(int)">setKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setSizeExtra(int)">setSizeExtra</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html Wed Nov  2 10:29:11 2016
@@ -184,9 +184,31 @@ implements java.lang.Cloneable</pre>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#clone()">clone</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#getBlockSize()">getBlockSize</a></strong>()</code>
+<div class="block">The blockSize (in bytes) of the verifier data.</div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><code>java.util.List&lt;<a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.AgileCertificateEntry.html" title="class in org.apache.poi.poifs.crypt.agile">AgileEncryptionVerifier.AgileCertificateEntry</a>&gt;</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#getCertificates()">getCertificates</a></strong>()</code>&nbsp;</td>
 </tr>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#getKeySize()">getKeySize</a></strong>()</code>
+<div class="block">The keysize (in bits) of the verifier data.</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#setBlockSize(int)">setBlockSize</a></strong>(int&nbsp;blockSize)</code>
+<div class="block">Sets the blockSize (in bytes) of the verifier</div>
+</td>
+</tr>
+<tr class="altColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a></strong>(<a href="../../../../../../org/apache/poi/poifs/crypt/CipherAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">CipherAlgorithm</a>&nbsp;cipherAlgorithm)</code>&nbsp;</td>
+</tr>
 <tr class="rowColor">
 <td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#setEncryptedKey(byte[])">setEncryptedKey</a></strong>(byte[]&nbsp;encryptedKey)</code>&nbsp;</td>
@@ -201,6 +223,12 @@ implements java.lang.Cloneable</pre>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#setKeySize(int)">setKeySize</a></strong>(int&nbsp;keyBits)</code>
+<div class="block">Sets the keysize (in bits) of the verifier</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
 <td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#setSalt(byte[])">setSalt</a></strong>(byte[]&nbsp;salt)</code>&nbsp;</td>
 </tr>
 </table>
@@ -209,7 +237,7 @@ implements java.lang.Cloneable</pre>
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.poifs.crypt.<a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt">EncryptionVerifier</a></h3>
-<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getAlgorithm()">getAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getChainingMode()">getChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherAlgorithm()">getCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherMode()">getCipherMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getEncryptedKey()">getEncryptedKey</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getEncryptedVerifier()">getEncryptedVerifier</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getEncryptedVerifierHash()">getEncryptedVerifierHash</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getHashAlgorithm()">getHashAlgorithm</a>, <a href="../../../../
 ../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getSalt()">getSalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getSpinCount()">getSpinCount</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#setChainingMode(org.apache.poi.poifs.crypt.ChainingMode)">setChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">setHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#setSpinCount(int)">setSpinCount</a></code></li>
+<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getAlgorithm()">getAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getChainingMode()">getChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherAlgorithm()">getCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherMode()">getCipherMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getEncryptedKey()">getEncryptedKey</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getEncryptedVerifier()">getEncryptedVerifier</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getEncryptedVerifierHash()">getEncryptedVerifierHash</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getHashAlgorithm()">getHashAlgorithm</a>, <a href="../../../../
 ../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getSalt()">getSalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getSpinCount()">getSpinCount</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#setChainingMode(org.apache.poi.poifs.crypt.ChainingMode)">setChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">setHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#setSpinCount(int)">setSpinCount</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -344,7 +372,7 @@ implements java.lang.Cloneable</pre>
 <a name="clone()">
 <!--   -->
 </a>
-<ul class="blockListLast">
+<ul class="blockList">
 <li class="blockList">
 <h4>clone</h4>
 <pre>public&nbsp;<a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt.agile">AgileEncryptionVerifier</a>&nbsp;clone()
@@ -356,6 +384,66 @@ implements java.lang.Cloneable</pre>
 <dd><code>java.lang.CloneNotSupportedException</code></dd></dl>
 </li>
 </ul>
+<a name="getKeySize()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getKeySize</h4>
+<pre>public&nbsp;int&nbsp;getKeySize()</pre>
+<div class="block">The keysize (in bits) of the verifier data. This usually equals the keysize of the header,
+ but only on a few exceptions, like files generated by Office for Mac, can be
+ different.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the keysize (in bits) of the verifier.</dd></dl>
+</li>
+</ul>
+<a name="getBlockSize()">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>getBlockSize</h4>
+<pre>public&nbsp;int&nbsp;getBlockSize()</pre>
+<div class="block">The blockSize (in bytes) of the verifier data.
+ This usually equals the blocksize of the header.</div>
+<dl><dt><span class="strong">Returns:</span></dt><dd>the blockSize (in bytes) of the verifier,</dd></dl>
+</li>
+</ul>
+<a name="setKeySize(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setKeySize</h4>
+<pre>protected&nbsp;void&nbsp;setKeySize(int&nbsp;keyBits)</pre>
+<div class="block">Sets the keysize (in bits) of the verifier</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>keyBits</code> - the keysize (in bits)</dd></dl>
+</li>
+</ul>
+<a name="setBlockSize(int)">
+<!--   -->
+</a>
+<ul class="blockList">
+<li class="blockList">
+<h4>setBlockSize</h4>
+<pre>protected&nbsp;void&nbsp;setBlockSize(int&nbsp;blockSize)</pre>
+<div class="block">Sets the blockSize (in bytes) of the verifier</div>
+<dl><dt><span class="strong">Parameters:</span></dt><dd><code>blockSize</code> - the blockSize (in bytes)</dd></dl>
+</li>
+</ul>
+<a name="setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">
+<!--   -->
+</a>
+<ul class="blockListLast">
+<li class="blockList">
+<h4>setCipherAlgorithm</h4>
+<pre>protected&nbsp;void&nbsp;setCipherAlgorithm(<a href="../../../../../../org/apache/poi/poifs/crypt/CipherAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">CipherAlgorithm</a>&nbsp;cipherAlgorithm)</pre>
+<dl>
+<dt><strong>Overrides:</strong></dt>
+<dd><code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html" title="class in org.apache.poi.poifs.crypt">EncryptionVerifier</a></code></dd>
+</dl>
+</li>
+</ul>
 </li>
 </ul>
 </li>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/binaryrc4/BinaryRC4EncryptionHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/binaryrc4/BinaryRC4EncryptionHeader.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/binaryrc4/BinaryRC4EncryptionHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/binaryrc4/BinaryRC4EncryptionHeader.html Wed Nov  2 10:29:11 2016
@@ -172,7 +172,7 @@ implements <a href="../../../../../../or
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.poifs.crypt.<a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></h3>
-<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getBlockSize()">getBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getChainingMode()">getChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherAlgorithm()">getCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherProvider()">getCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCspName()">getCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getFlags()">getFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySalt()">getKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize(
 )">getKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getSizeExtra()">getSizeExtra</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setBlockSize(int)">setBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setChainingMode(org.apache.poi.poifs.crypt.ChainingMode)">setChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherProvider(org.apache.poi.poifs.crypt.CipherProvider)">setCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCspName(java.lang.String)">setCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setFlags(int)">setFlags</a>, <a href="../../../../../../org/apache/poi/poifs/
 crypt/EncryptionHeader.html#setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">setHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySalt(byte[])">setKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySize(int)">setKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setSizeExtra(int)">setSizeExtra</a></code></li>
+<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getBlockSize()">getBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getChainingMode()">getChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherAlgorithm()">getCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherProvider()">getCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCspName()">getCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getFlags()">getFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()">getHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html
 #getKeySalt()">getKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize()">getKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getSizeExtra()">getSizeExtra</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setBlockSize(int)">setBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setChainingMode(org.apache.poi.poifs.crypt.ChainingMode)">setChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherProvider(org.apache.poi.poifs.crypt.CipherProvider)">setCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCspName(java.lang.String)">setCspName</a>, <a href="../../../../../../org/apac
 he/poi/poifs/crypt/EncryptionHeader.html#setFlags(int)">setFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">setHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySalt(byte[])">setKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySize(int)">setKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setSizeExtra(int)">setSizeExtra</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/CipherAlgorithm.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/CipherAlgorithm.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/CipherAlgorithm.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/CipherAlgorithm.html Wed Nov  2 10:29:11 2016
@@ -239,6 +239,10 @@ the order they are declared.</div>
           int&nbsp;blockSize,
           <a href="../../../../../../org/apache/poi/poifs/crypt/ChainingMode.html" title="enum in org.apache.poi.poifs.crypt">ChainingMode</a>&nbsp;chainingMode)</code>&nbsp;</td>
 </tr>
+<tr class="rowColor">
+<td class="colFirst"><code>protected void</code></td>
+<td class="colLast"><span class="strong">AgileEncryptionVerifier.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionVerifier.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a></strong>(<a href="../../../../../../org/apache/poi/poifs/crypt/CipherAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">CipherAlgorithm</a>&nbsp;cipherAlgorithm)</code>&nbsp;</td>
+</tr>
 </tbody>
 </table>
 <table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing constructors, and an explanation">

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/EncryptionInfo.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/EncryptionInfo.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/EncryptionInfo.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/EncryptionInfo.html Wed Nov  2 10:29:11 2016
@@ -305,14 +305,6 @@
 </tr>
 <tbody>
 <tr class="altColor">
-<td class="colFirst"><code>protected static byte[]</code></td>
-<td class="colLast"><span class="strong">AgileDecryptor.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileDecryptor.html#hashInput(org.apache.poi.poifs.crypt.EncryptionInfo,%20byte[],%20byte[],%20byte[],%20int)">hashInput</a></strong>(<a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionInfo.html" title="class in org.apache.poi.poifs.crypt">EncryptionInfo</a>&nbsp;encryptionInfo,
-         byte[]&nbsp;pwHash,
-         byte[]&nbsp;blockKey,
-         byte[]&nbsp;inputKey,
-         int&nbsp;cipherMode)</code>&nbsp;</td>
-</tr>
-<tr class="rowColor">
 <td class="colFirst"><code>protected static javax.crypto.Cipher</code></td>
 <td class="colLast"><span class="strong">AgileDecryptor.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileDecryptor.html#initCipherForBlock(javax.crypto.Cipher,%20int,%20boolean,%20org.apache.poi.poifs.crypt.EncryptionInfo,%20javax.crypto.SecretKey,%20int)">initCipherForBlock</a></strong>(javax.crypto.Cipher&nbsp;existing,
                   int&nbsp;block,
@@ -321,7 +313,7 @@
                   javax.crypto.SecretKey&nbsp;skey,
                   int&nbsp;encryptionMode)</code>&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">AgileEncryptionInfoBuilder.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionInfoBuilder.html#initialize(org.apache.poi.poifs.crypt.EncryptionInfo,%20org.apache.poi.poifs.crypt.CipherAlgorithm,%20org.apache.poi.poifs.crypt.HashAlgorithm,%20int,%20int,%20org.apache.poi.poifs.crypt.ChainingMode)">initialize</a></strong>(<a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionInfo.html" title="class in org.apache.poi.poifs.crypt">EncryptionInfo</a>&nbsp;info,
           <a href="../../../../../../org/apache/poi/poifs/crypt/CipherAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">CipherAlgorithm</a>&nbsp;cipherAlgorithm,
@@ -330,7 +322,7 @@
           int&nbsp;blockSize,
           <a href="../../../../../../org/apache/poi/poifs/crypt/ChainingMode.html" title="enum in org.apache.poi.poifs.crypt">ChainingMode</a>&nbsp;chainingMode)</code>&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><code>void</code></td>
 <td class="colLast"><span class="strong">AgileEncryptionInfoBuilder.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/agile/AgileEncryptionInfoBuilder.html#initialize(org.apache.poi.poifs.crypt.EncryptionInfo,%20org.apache.poi.util.LittleEndianInput)">initialize</a></strong>(<a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionInfo.html" title="class in org.apache.poi.poifs.crypt">EncryptionInfo</a>&nbsp;info,
           <a href="../../../../../../org/apache/poi/util/LittleEndianInput.html" title="interface in org.apache.poi.util">LittleEndianInput</a>&nbsp;dis)</code>&nbsp;</td>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/HashAlgorithm.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/HashAlgorithm.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/HashAlgorithm.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/class-use/HashAlgorithm.html Wed Nov  2 10:29:11 2016
@@ -153,19 +153,27 @@
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a></code></td>
-<td class="colLast"><span class="strong">EncryptionVerifier.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getHashAlgorithm()">getHashAlgorithm</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">EncryptionHeader.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()">getHashAlgorithm</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="altColor">
 <td class="colFirst"><code><a href="../../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a></code></td>
-<td class="colLast"><span class="strong">EncryptionHeader.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a></strong>()</code>&nbsp;</td>
+<td class="colLast"><span class="strong">EncryptionVerifier.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getHashAlgorithm()">getHashAlgorithm</a></strong>()</code>&nbsp;</td>
 </tr>
 <tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a></code></td>
+<td class="colLast"><span class="strong">EncryptionHeader.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.16 beta 1. use <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()"><code>EncryptionHeader.getHashAlgorithm()</code></a></i></div>
+</div>
+</td>
+</tr>
+<tr class="altColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a></code></td>
 <td class="colLast"><span class="strong">HashAlgorithm.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#valueOf(java.lang.String)">valueOf</a></strong>(java.lang.String&nbsp;name)</code>
 <div class="block">Returns the enum constant of this type with the specified name.</div>
 </td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><code>static <a href="../../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a>[]</code></td>
 <td class="colLast"><span class="strong">HashAlgorithm.</span><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html#values()">values</a></strong>()</code>
 <div class="block">Returns an array containing the constants of this enum type, in

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/cryptoapi/CryptoAPIEncryptionHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/cryptoapi/CryptoAPIEncryptionHeader.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/cryptoapi/CryptoAPIEncryptionHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/cryptoapi/CryptoAPIEncryptionHeader.html Wed Nov  2 10:29:11 2016
@@ -177,7 +177,9 @@ implements java.lang.Cloneable</pre>
 </tr>
 <tr class="rowColor">
 <td class="colFirst"><code>void</code></td>
-<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/cryptoapi/CryptoAPIEncryptionHeader.html#setKeySize(int)">setKeySize</a></strong>(int&nbsp;keyBits)</code>&nbsp;</td>
+<td class="colLast"><code><strong><a href="../../../../../../org/apache/poi/poifs/crypt/cryptoapi/CryptoAPIEncryptionHeader.html#setKeySize(int)">setKeySize</a></strong>(int&nbsp;keyBits)</code>
+<div class="block">Sets the keySize (in bits).</div>
+</td>
 </tr>
 </table>
 <ul class="blockList">
@@ -192,7 +194,7 @@ implements java.lang.Cloneable</pre>
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.poifs.crypt.<a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></h3>
-<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getBlockSize()">getBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getChainingMode()">getChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherAlgorithm()">getCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherProvider()">getCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCspName()">getCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getFlags()">getFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySalt()">getKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize(
 )">getKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getSizeExtra()">getSizeExtra</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setBlockSize(int)">setBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setChainingMode(org.apache.poi.poifs.crypt.ChainingMode)">setChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherProvider(org.apache.poi.poifs.crypt.CipherProvider)">setCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCspName(java.lang.String)">setCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setFlags(int)">setFlags</a>, <a href="../../../../../../org/apache/poi/poifs/
 crypt/EncryptionHeader.html#setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">setHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySalt(byte[])">setKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setSizeExtra(int)">setSizeExtra</a></code></li>
+<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getBlockSize()">getBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getChainingMode()">getChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherAlgorithm()">getCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherProvider()">getCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCspName()">getCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getFlags()">getFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()">getHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html
 #getKeySalt()">getKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize()">getKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getSizeExtra()">getSizeExtra</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setBlockSize(int)">setBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setChainingMode(org.apache.poi.poifs.crypt.ChainingMode)">setChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherProvider(org.apache.poi.poifs.crypt.CipherProvider)">setCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCspName(java.lang.String)">setCspName</a>, <a href="../../../../../../org/apac
 he/poi/poifs/crypt/EncryptionHeader.html#setFlags(int)">setFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">setHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySalt(byte[])">setKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setSizeExtra(int)">setSizeExtra</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">
@@ -255,6 +257,10 @@ implements java.lang.Cloneable</pre>
 <li class="blockList">
 <h4>setKeySize</h4>
 <pre>public&nbsp;void&nbsp;setKeySize(int&nbsp;keyBits)</pre>
+<div class="block"><strong>Description copied from class:&nbsp;<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySize(int)">EncryptionHeader</a></code></strong></div>
+<div class="block">Sets the keySize (in bits). Before calling this method, make sure
+ to set the cipherAlgorithm, as the amount of keyBits gets validated against
+ the list of allowed keyBits of the corresponding cipherAlgorithm</div>
 <dl>
 <dt><strong>Overrides:</strong></dt>
 <dd><code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySize(int)">setKeySize</a></code>&nbsp;in class&nbsp;<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></code></dd>

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/standard/StandardEncryptionHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/standard/StandardEncryptionHeader.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/standard/StandardEncryptionHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/standard/StandardEncryptionHeader.html Wed Nov  2 10:29:11 2016
@@ -186,7 +186,7 @@ implements <a href="../../../../../../or
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.poifs.crypt.<a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></h3>
-<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getBlockSize()">getBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getChainingMode()">getChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherAlgorithm()">getCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherProvider()">getCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCspName()">getCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getFlags()">getFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySalt()">getKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize(
 )">getKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getSizeExtra()">getSizeExtra</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setBlockSize(int)">setBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setChainingMode(org.apache.poi.poifs.crypt.ChainingMode)">setChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherProvider(org.apache.poi.poifs.crypt.CipherProvider)">setCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCspName(java.lang.String)">setCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setFlags(int)">setFlags</a>, <a href="../../../../../../org/apache/poi/poifs/
 crypt/EncryptionHeader.html#setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">setHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySalt(byte[])">setKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySize(int)">setKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setSizeExtra(int)">setSizeExtra</a></code></li>
+<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getBlockSize()">getBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getChainingMode()">getChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherAlgorithm()">getCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherProvider()">getCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCspName()">getCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getFlags()">getFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()">getHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html
 #getKeySalt()">getKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize()">getKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getSizeExtra()">getSizeExtra</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setBlockSize(int)">setBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setChainingMode(org.apache.poi.poifs.crypt.ChainingMode)">setChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherProvider(org.apache.poi.poifs.crypt.CipherProvider)">setCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCspName(java.lang.String)">setCspName</a>, <a href="../../../../../../org/apac
 he/poi/poifs/crypt/EncryptionHeader.html#setFlags(int)">setFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">setHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySalt(byte[])">setKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySize(int)">setKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setSizeExtra(int)">setSizeExtra</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">

Modified: poi/site/publish/apidocs/org/apache/poi/poifs/crypt/xor/XOREncryptionHeader.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/poifs/crypt/xor/XOREncryptionHeader.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/poifs/crypt/xor/XOREncryptionHeader.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/poifs/crypt/xor/XOREncryptionHeader.html Wed Nov  2 10:29:11 2016
@@ -172,7 +172,7 @@ implements <a href="../../../../../../or
 <!--   -->
 </a>
 <h3>Methods inherited from class&nbsp;org.apache.poi.poifs.crypt.<a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html" title="class in org.apache.poi.poifs.crypt">EncryptionHeader</a></h3>
-<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getBlockSize()">getBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getChainingMode()">getChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherAlgorithm()">getCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherProvider()">getCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCspName()">getCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getFlags()">getFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySalt()">getKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize(
 )">getKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getSizeExtra()">getSizeExtra</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setBlockSize(int)">setBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setChainingMode(org.apache.poi.poifs.crypt.ChainingMode)">setChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherProvider(org.apache.poi.poifs.crypt.CipherProvider)">setCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCspName(java.lang.String)">setCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setFlags(int)">setFlags</a>, <a href="../../../../../../org/apache/poi/poifs/
 crypt/EncryptionHeader.html#setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">setHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySalt(byte[])">setKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySize(int)">setKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setSizeExtra(int)">setSizeExtra</a></code></li>
+<code><a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getBlockSize()">getBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getChainingMode()">getChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherAlgorithm()">getCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCipherProvider()">getCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getCspName()">getCspName</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getFlags()">getFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()">getHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html
 #getKeySalt()">getKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getKeySize()">getKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getSizeExtra()">getSizeExtra</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setBlockSize(int)">setBlockSize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setChainingMode(org.apache.poi.poifs.crypt.ChainingMode)">setChainingMode</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherAlgorithm(org.apache.poi.poifs.crypt.CipherAlgorithm)">setCipherAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCipherProvider(org.apache.poi.poifs.crypt.CipherProvider)">setCipherProvider</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setCspName(java.lang.String)">setCspName</a>, <a href="../../../../../../org/apac
 he/poi/poifs/crypt/EncryptionHeader.html#setFlags(int)">setFlags</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setHashAlgorithm(org.apache.poi.poifs.crypt.HashAlgorithm)">setHashAlgorithm</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySalt(byte[])">setKeySalt</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setKeySize(int)">setKeySize</a>, <a href="../../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#setSizeExtra(int)">setSizeExtra</a></code></li>
 </ul>
 <ul class="blockList">
 <li class="blockList"><a name="methods_inherited_from_class_java.lang.Object">

Modified: poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html
URL: http://svn.apache.org/viewvc/poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html?rev=1767628&r1=1767627&r2=1767628&view=diff
==============================================================================
--- poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html (original)
+++ poi/site/publish/apidocs/org/apache/poi/util/class-use/Removal.html Wed Nov  2 10:29:11 2016
@@ -97,26 +97,32 @@ HSSF concepts.</div>
 </td>
 </tr>
 <tr class="altColor">
+<td class="colFirst"><a href="#org.apache.poi.poifs.crypt">org.apache.poi.poifs.crypt</a></td>
+<td class="colLast">
+<div class="block">Implementation of the <a href="http://msdn.microsoft.com/en-us/library/dd952186(v=office.12).aspx">ECMA-376 Document Encryption</a></div>
+</td>
+</tr>
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.ss.usermodel">org.apache.poi.ss.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.ss.util">org.apache.poi.ss.util</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.xslf.usermodel">org.apache.poi.xslf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.xssf.streaming">org.apache.poi.xssf.streaming</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="altColor">
+<tr class="rowColor">
 <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel">org.apache.poi.xssf.usermodel</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
-<tr class="rowColor">
+<tr class="altColor">
 <td class="colFirst"><a href="#org.apache.poi.xssf.usermodel.helpers">org.apache.poi.xssf.usermodel.helpers</a></td>
 <td class="colLast">&nbsp;</td>
 </tr>
@@ -311,6 +317,36 @@ HSSF concepts.</div>
 </div>
 </td>
 </tr>
+</tbody>
+</table>
+</li>
+<li class="blockList"><a name="org.apache.poi.poifs.crypt">
+<!--   -->
+</a>
+<h3>Uses of <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a> in <a href="../../../../../org/apache/poi/poifs/crypt/package-summary.html">org.apache.poi.poifs.crypt</a></h3>
+<table border="0" cellpadding="3" cellspacing="0" summary="Use table, listing methods, and an explanation">
+<caption><span>Methods in <a href="../../../../../org/apache/poi/poifs/crypt/package-summary.html">org.apache.poi.poifs.crypt</a> with annotations of type <a href="../../../../../org/apache/poi/util/Removal.html" title="annotation in org.apache.poi.util">Removal</a></span><span class="tabEnd">&nbsp;</span></caption>
+<tr>
+<th class="colFirst" scope="col">Modifier and Type</th>
+<th class="colLast" scope="col">Method and Description</th>
+</tr>
+<tbody>
+<tr class="altColor">
+<td class="colFirst"><code>int</code></td>
+<td class="colLast"><span class="strong">EncryptionVerifier.</span><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getCipherMode()">getCipherMode</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.16 beta 1. use <a href="../../../../../org/apache/poi/poifs/crypt/EncryptionVerifier.html#getChainingMode()"><code>EncryptionVerifier.getChainingMode()</code></a></i></div>
+</div>
+</td>
+</tr>
+<tr class="rowColor">
+<td class="colFirst"><code><a href="../../../../../org/apache/poi/poifs/crypt/HashAlgorithm.html" title="enum in org.apache.poi.poifs.crypt">HashAlgorithm</a></code></td>
+<td class="colLast"><span class="strong">EncryptionHeader.</span><code><strong><a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithmEx()">getHashAlgorithmEx</a></strong>()</code>
+<div class="block"><strong>Deprecated.</strong>&nbsp;
+<div class="block"><i>POI 3.16 beta 1. use <a href="../../../../../org/apache/poi/poifs/crypt/EncryptionHeader.html#getHashAlgorithm()"><code>EncryptionHeader.getHashAlgorithm()</code></a></i></div>
+</div>
+</td>
+</tr>
 </tbody>
 </table>
 </li>




---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@poi.apache.org
For additional commands, e-mail: commits-help@poi.apache.org