Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/quite/humla-spongycastle.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorTim Whittington <Tim.Whittington@orionhealth.com>2013-07-03 14:41:00 +0400
committerTim Whittington <bc@whittington.net.nz>2013-07-24 06:50:53 +0400
commitab523c608b4be73a94b632f77ec14dea459e5b09 (patch)
treed48f8f14d91def6495b83e9575c8a7118cfd1a20 /docs
parent286ee5b3002e27558a691a347bd0959141538811 (diff)
Add OCB to LW and JCE specifications.
Diffstat (limited to 'docs')
-rw-r--r--docs/specifications.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/specifications.html b/docs/specifications.html
index 18f26841..80331cfe 100644
--- a/docs/specifications.html
+++ b/docs/specifications.html
@@ -151,6 +151,7 @@ be operated in.
<tr><td><b>CCMBlockCipher</b></td><td>BlockCipher</td><td>Packet mode - requires all data up front.</td></tr>
<tr><td><b>GCMBlockCipher</b></td><td>BlockCipher</td><td>Packet mode - NIST SP 800-38D.</td></tr>
<tr><td><b>EAXBlockCipher</b></td><td>BlockCipher</td><td>&nbsp;</td></tr>
+<tr><td><b>OCBBlockCipher</b></td><td>BlockCipher</td><td>&nbsp;</td></tr>
<tr><td><b>OFBBlockCipher</b></td><td>BlockCipher, block size (in bits)</td><td>&nbsp;</td></tr>
<tr><td><b>SICBlockCipher</b></td><td>BlockCipher, block size (in bits)</td><td>Also known as CTR mode</td></tr>
<tr><td><b>OpenPGPCFBBlockCipher</b></td><td>BlockCipher</td><td>&nbsp;</td></tr>
@@ -506,6 +507,7 @@ The policy files can be found at the same place you downloaded the JDK.
<li>CCM
<li>EAX
<li>GCM
+<li>OCB
</ul>
<p>