blob: e2699df290b4aae06b67d8c9a39c575cfb4eb793 [file] [log] [blame]
<!DOCTYPE HTML>
<!-- NewPage -->
<html lang="en">
<head>
<!-- Generated by javadoc -->
<title>Index (Apache Shiro :: Cryptography :: Ciphers 1.11.0 API)</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<link rel="stylesheet" type="text/css" href="jquery/jquery-ui.css" title="Style">
<script type="text/javascript" src="script.js"></script>
<script type="text/javascript" src="jquery/jszip/dist/jszip.min.js"></script>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils.min.js"></script>
<!--[if IE]>
<script type="text/javascript" src="jquery/jszip-utils/dist/jszip-utils-ie.min.js"></script>
<![endif]-->
<script type="text/javascript" src="jquery/jquery-3.5.1.js"></script>
<script type="text/javascript" src="jquery/jquery-ui.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Apache Shiro :: Cryptography :: Ciphers 1.11.0 API)";
}
}
catch(err) {
}
//-->
var pathtoroot = "./";
var useModuleDirectories = true;
loadScripts(document, 'script');</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<header role="banner">
<nav role="navigation">
<div class="fixedNav"><!-- Matomo --> <script> var _paq = window._paq = window._paq || []; /* tracker methods like "setCustomDimension" should be called before "trackPageView" */ /* We explicitly disable cookie tracking to avoid privacy issues */ _paq.push(['disableCookies']); _paq.push(['trackPageView']); _paq.push(['enableLinkTracking']); (function() { var u="//matomo.privacy.apache.org/"; _paq.push(['setTrackerUrl', u+'matomo.php']); _paq.push(['setSiteId', '2']); var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0]; g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s); })(); </script> <!-- End Matomo Code -->
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a id="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="org/apache/shiro/crypto/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="org/apache/shiro/crypto/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<ul class="navListSearch">
<li><label for="search">SEARCH:</label>
<input type="text" id="search" value="search" disabled="disabled">
<input type="reset" id="reset" value="reset" disabled="disabled">
</li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_top");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
</div>
<div class="navPadding">&nbsp;</div>
<script type="text/javascript"><!--
$('.navPadding').css('padding-top', $('.fixedNav').css("height"));
//-->
</script>
</nav>
</header>
<main role="main">
<div class="contentContainer"><a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:V">V</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a><a id="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="org/apache/shiro/crypto/AbstractSymmetricCipherService.html" title="class in org.apache.shiro.crypto"><span class="typeNameLink">AbstractSymmetricCipherService</span></a> - Class in <a href="org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</a></dt>
<dd>
<div class="block">Base abstract class for supporting symmetric key cipher algorithms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/AbstractSymmetricCipherService.html#%3Cinit%3E(java.lang.String)">AbstractSymmetricCipherService(String)</a></span> - Constructor for class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/AbstractSymmetricCipherService.html" title="class in org.apache.shiro.crypto">AbstractSymmetricCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/shiro/crypto/AesCipherService.html" title="class in org.apache.shiro.crypto"><span class="typeNameLink">AesCipherService</span></a> - Class in <a href="org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</a></dt>
<dd>
<div class="block"><code>CipherService</code> using the <code>AES</code> cipher algorithm for all encryption, decryption, and key operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/AesCipherService.html#%3Cinit%3E()">AesCipherService()</a></span> - Constructor for class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/AesCipherService.html" title="class in org.apache.shiro.crypto">AesCipherService</a></dt>
<dd>
<div class="block">Creates a new <a href="org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto"><code>CipherService</code></a> instance using the <code>AES</code> cipher algorithm with the following
important cipher default attributes:
Attribute
Value
<a href="org/apache/shiro/crypto/JcaCipherService.html#setKeySize(int)"><code>keySize</code></a>
<code>128</code> bits
<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setBlockSize(int)"><code>blockSize</code></a>
<code>128</code> bits (required for <code>AES</code>
<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setMode(org.apache.shiro.crypto.OperationMode)"><code>mode</code></a>
<a href="org/apache/shiro/crypto/OperationMode.html#GCM"><code>GCM</code></a><b>*</b>
<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setPaddingScheme(org.apache.shiro.crypto.PaddingScheme)"><code>paddingScheme</code></a>
<a href="org/apache/shiro/crypto/PaddingScheme.html#NONE"><code>NoPadding</code></a>***
<a href="org/apache/shiro/crypto/JcaCipherService.html#setInitializationVectorSize(int)"><code>initializationVectorSize</code></a>
<code>128</code> bits
<a href="org/apache/shiro/crypto/JcaCipherService.html#setGenerateInitializationVectors(boolean)"><code>generateInitializationVectors</code></a>
<code>true</code><b>**</b>
</div>
</dd>
</dl>
<a id="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="org/apache/shiro/crypto/BlowfishCipherService.html" title="class in org.apache.shiro.crypto"><span class="typeNameLink">BlowfishCipherService</span></a> - Class in <a href="org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</a></dt>
<dd>
<div class="block"><code>CipherService</code> using the <code>Blowfish</code> cipher algorithm for all encryption, decryption, and key operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/BlowfishCipherService.html#%3Cinit%3E()">BlowfishCipherService()</a></span> - Constructor for class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/BlowfishCipherService.html" title="class in org.apache.shiro.crypto">BlowfishCipherService</a></dt>
<dd>
<div class="block">Creates a new <a href="org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto"><code>CipherService</code></a> instance using the <code>Blowfish</code> cipher algorithm with the following
important cipher default attributes:
Attribute
Value
<a href="org/apache/shiro/crypto/JcaCipherService.html#setKeySize(int)"><code>keySize</code></a>
<code>128</code> bits
<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setBlockSize(int)"><code>blockSize</code></a>
<code>64</code> bits (required for <code>Blowfish</code>)
<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setMode(org.apache.shiro.crypto.OperationMode)"><code>mode</code></a>
<a href="org/apache/shiro/crypto/OperationMode.html#CBC"><code>CBC</code></a><b>*</b>
<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setPaddingScheme(org.apache.shiro.crypto.PaddingScheme)"><code>paddingScheme</code></a>
<a href="org/apache/shiro/crypto/PaddingScheme.html#PKCS5"><code>PKCS5</code></a>
<a href="org/apache/shiro/crypto/JcaCipherService.html#setInitializationVectorSize(int)"><code>initializationVectorSize</code></a>
<code>64</code> bits
<a href="org/apache/shiro/crypto/JcaCipherService.html#setGenerateInitializationVectors(boolean)"><code>generateInitializationVectors</code></a>
<code>true</code><b>**</b>
</div>
</dd>
</dl>
<a id="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/OperationMode.html#CBC">CBC</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</a></dt>
<dd>
<div class="block"><a href="http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Cipher-block_chaining_.28CBC.29">
Cipher-block Chaining</a> mode, defined in <a href="http://csrc.nist.gov/publications/fips/index.html">FIPS
PUB 81</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/OperationMode.html#CCM">CCM</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</a></dt>
<dd>
<div class="block"><a href="http://en.wikipedia.org/wiki/CCM_mode">Counter with CBC-MAC</a> mode<b>*</b> - for block ciphers with
128 bit block-size only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/OperationMode.html#CFB">CFB</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</a></dt>
<dd>
<div class="block"><a href="http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Cipher_feedback_.28CFB.29">Cipher
Feedback<a/> mode, defined in <a href="http://csrc.nist.gov/publications/fips/index.html">FIPS PUB 81</a>.</div>
</dd>
<dt><a href="org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto"><span class="typeNameLink">CipherService</span></a> - Interface in <a href="org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</a></dt>
<dd>
<div class="block">A <code>CipherService</code> uses a cryptographic algorithm called a
<a href="http://en.wikipedia.org/wiki/Cipher">Cipher</a> to convert an original input source using a <code>key</code> to
an uninterpretable format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/AesCipherService.html#createParameterSpec(byte%5B%5D,boolean)">createParameterSpec(byte[], boolean)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/AesCipherService.html" title="class in org.apache.shiro.crypto">AesCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#createParameterSpec(byte%5B%5D,boolean)">createParameterSpec(byte[], boolean)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/OperationMode.html#CTR">CTR</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</a></dt>
<dd>
<div class="block"><a href="http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Counter_.28CTR.29">Counter Mode</a>, aka
Integer Counter Mode (ICM) and Segmented Integer Counter (SIC).</div>
</dd>
</dl>
<a id="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/CipherService.html#decrypt(byte%5B%5D,byte%5B%5D)">decrypt(byte[], byte[])</a></span> - Method in interface org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto">CipherService</a></dt>
<dd>
<div class="block">Decrypts encrypted data via the specified cipher key and returns the original (pre-encrypted) data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#decrypt(byte%5B%5D,byte%5B%5D)">decrypt(byte[], byte[])</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/CipherService.html#decrypt(java.io.InputStream,java.io.OutputStream,byte%5B%5D)">decrypt(InputStream, OutputStream, byte[])</a></span> - Method in interface org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto">CipherService</a></dt>
<dd>
<div class="block">Receives encrypted data from the given <code>InputStream</code>, decrypts it, and sends the resulting decrypted data
to the given <code>OutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#decrypt(java.io.InputStream,java.io.OutputStream,byte%5B%5D)">decrypt(InputStream, OutputStream, byte[])</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto"><span class="typeNameLink">DefaultBlockCipherService</span></a> - Class in <a href="org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</a></dt>
<dd>
<div class="block">Base abstract class for block cipher algorithms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#%3Cinit%3E(java.lang.String)">DefaultBlockCipherService(String)</a></span> - Constructor for class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Creates a new <a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto"><code>DefaultBlockCipherService</code></a> using the specified block cipher <code>algorithmName</code>.</div>
</dd>
</dl>
<a id="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/OperationMode.html#EAX">EAX</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</a></dt>
<dd>
<div class="block"><a href="http://en.wikipedia.org/wiki/EAX_mode">EAX Mode</a><b>*</b>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/OperationMode.html#ECB">ECB</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</a></dt>
<dd>
<div class="block"><a href="http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Electronic_codebook_.28ECB.29">Electronic
Codebook</a> mode, defined in <a href="http://csrc.nist.gov/publications/fips/index.html">FIPS PUB 81</a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/CipherService.html#encrypt(byte%5B%5D,byte%5B%5D)">encrypt(byte[], byte[])</a></span> - Method in interface org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto">CipherService</a></dt>
<dd>
<div class="block">Encrypts data via the specified cipher key.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#encrypt(byte%5B%5D,byte%5B%5D)">encrypt(byte[], byte[])</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/CipherService.html#encrypt(java.io.InputStream,java.io.OutputStream,byte%5B%5D)">encrypt(InputStream, OutputStream, byte[])</a></span> - Method in interface org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/CipherService.html" title="interface in org.apache.shiro.crypto">CipherService</a></dt>
<dd>
<div class="block">Receives the data from the given <code>InputStream</code>, encrypts it, and sends the resulting encrypted data to the
given <code>OutputStream</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#encrypt(java.io.InputStream,java.io.OutputStream,byte%5B%5D)">encrypt(InputStream, OutputStream, byte[])</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#ensureSecureRandom()">ensureSecureRandom()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>&nbsp;</dd>
</dl>
<a id="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/OperationMode.html#GCM">GCM</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</a></dt>
<dd>
<div class="block"><a href="http://en.wikipedia.org/wiki/GCM_mode">Galois/Counter</a> mode<b>*</b> - for block ciphers with 128
bit block-size only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#generateInitializationVector(boolean)">generateInitializationVector(boolean)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#generateInitializationVector(boolean)">generateInitializationVector(boolean)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/AbstractSymmetricCipherService.html#generateNewKey()">generateNewKey()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/AbstractSymmetricCipherService.html" title="class in org.apache.shiro.crypto">AbstractSymmetricCipherService</a></dt>
<dd>
<div class="block">Generates a new <a href="https://docs.oracle.com/javase/8/docs/api/java/security/Key.html?is-external=true" title="class or interface in java.security" class="externalLink"><code>Key</code></a> suitable for this CipherService's <a href="org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()"><code>algorithm</code></a>
by calling <a href="org/apache/shiro/crypto/AbstractSymmetricCipherService.html#generateNewKey(int)"><code>generateNewKey(128)</code></a> (uses a 128 bit size by default).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/AbstractSymmetricCipherService.html#generateNewKey(int)">generateNewKey(int)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/AbstractSymmetricCipherService.html" title="class in org.apache.shiro.crypto">AbstractSymmetricCipherService</a></dt>
<dd>
<div class="block">Generates a new <a href="https://docs.oracle.com/javase/8/docs/api/java/security/Key.html?is-external=true" title="class or interface in java.security" class="externalLink"><code>Key</code></a> of the specified size suitable for this CipherService
(based on the <a href="org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()"><code>algorithmName</code></a> using the JDK <a href="https://docs.oracle.com/javase/8/docs/api/javax/crypto/KeyGenerator.html?is-external=true" title="class or interface in javax.crypto" class="externalLink"><code>KeyGenerator</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()">getAlgorithmName()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>
<div class="block">Returns the cipher algorithm name that will be used for all encryption, decryption, and key operations (for
example, 'AES', 'Blowfish', 'RSA', 'DSA', 'TripleDES', etc).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#getBlockSize()">getBlockSize()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Returns the block cipher's block size to be used when constructing
<a href="https://docs.oracle.com/javase/8/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto" class="externalLink"><code>Cipher</code></a> transformation string or <code>0</code> if the JCA Provider default block size
for the specified <a href="org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()"><code>algorithm</code></a> should be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#getDefaultSecureRandom()">getDefaultSecureRandom()</a></span> - Static method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#getInitializationVectorSize()">getInitializationVectorSize()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>
<div class="block">Returns the algorithm-specific size in bits of generated initialization vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#getKeySize()">getKeySize()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>
<div class="block">Returns the size in bits (not bytes) of generated cipher keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#getModeName()">getModeName()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Returns the cipher operation mode name (as a String) to be used when constructing
<a href="https://docs.oracle.com/javase/8/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto" class="externalLink"><code>Cipher</code></a> transformation string or <code>null</code> if the JCA Provider default mode for
the specified <a href="org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()"><code>algorithm</code></a> should be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#getPaddingSchemeName()">getPaddingSchemeName()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Returns the cipher algorithm padding scheme name (as a String) to be used when constructing
<a href="https://docs.oracle.com/javase/8/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto" class="externalLink"><code>Cipher</code></a> transformation string or <code>null</code> if the JCA Provider default mode for
the specified <a href="org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()"><code>algorithm</code></a> should be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#getSecureRandom()">getSecureRandom()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>
<div class="block">Returns a source of randomness for encryption operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#getStreamingBlockSize()">getStreamingBlockSize()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#getStreamingBufferSize()">getStreamingBufferSize()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>
<div class="block">Returns the size in bytes of the internal buffer used to transfer data from one stream to another during stream
operations (<a href="org/apache/shiro/crypto/JcaCipherService.html#encrypt(java.io.InputStream,java.io.OutputStream,byte%5B%5D)"><code>JcaCipherService.encrypt(java.io.InputStream, java.io.OutputStream, byte[])</code></a> and
<a href="org/apache/shiro/crypto/JcaCipherService.html#decrypt(java.io.InputStream,java.io.OutputStream,byte%5B%5D)"><code>JcaCipherService.decrypt(java.io.InputStream, java.io.OutputStream, byte[])</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#getStreamingModeName()">getStreamingModeName()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Same purpose as the <a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#getModeName()"><code>modeName</code></a> attribute, but is used instead only for for streaming
operations (<a href="org/apache/shiro/crypto/JcaCipherService.html#encrypt(java.io.InputStream,java.io.OutputStream,byte%5B%5D)"><code>JcaCipherService.encrypt(java.io.InputStream, java.io.OutputStream, byte[])</code></a> and
<a href="org/apache/shiro/crypto/JcaCipherService.html#decrypt(java.io.InputStream,java.io.OutputStream,byte%5B%5D)"><code>JcaCipherService.decrypt(java.io.InputStream, java.io.OutputStream, byte[])</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#getStreamingPaddingSchemeName()">getStreamingPaddingSchemeName()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#getTransformationName()">getTransformationName()</a></span> - Method in enum org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">Returns the actual string name to use when building the <a href="https://docs.oracle.com/javase/8/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto" class="externalLink"><code>Cipher</code></a>
<code>transformation string</code>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#getTransformationString(boolean)">getTransformationString(boolean)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Returns the transformation string to use with the <a href="https://docs.oracle.com/javase/8/docs/api/javax/crypto/Cipher.html?is-external=true#getInstance(java.lang.String)" title="class or interface in javax.crypto" class="externalLink"><code>Cipher.getInstance(java.lang.String)</code></a> call.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#getTransformationString(boolean)">getTransformationString(boolean)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>
<div class="block">Returns the transformation string to use with the <a href="https://docs.oracle.com/javase/8/docs/api/javax/crypto/Cipher.html?is-external=true#getInstance(java.lang.String)" title="class or interface in javax.crypto" class="externalLink"><code>Cipher.getInstance(java.lang.String)</code></a> invocation when
creating a new <code>Cipher</code> instance.</div>
</dd>
</dl>
<a id="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#isGenerateInitializationVectors()">isGenerateInitializationVectors()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#isGenerateInitializationVectors(boolean)">isGenerateInitializationVectors(boolean)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Overrides the parent implementation to ensure initialization vectors are always generated if streaming is
enabled (block ciphers <em>must</em> use initialization vectors if they are to be used as a stream cipher).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#isGenerateInitializationVectors(boolean)">isGenerateInitializationVectors(boolean)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#ISO10126">ISO10126</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">Padding scheme as defined in the W3C's &quot;XML Encryption Syntax and Processing&quot; document,
<a href="http://www.w3.org/TR/xmlenc-core/#sec-Alg-Block">Section 5.2 - Block Encryption Algorithms</a>.</div>
</dd>
</dl>
<a id="I:J">
<!-- -->
</a>
<h2 class="title">J</h2>
<dl>
<dt><a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto"><span class="typeNameLink">JcaCipherService</span></a> - Class in <a href="org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</a></dt>
<dd>
<div class="block">Abstract <code>CipherService</code> implementation utilizing Java's JCA APIs.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#%3Cinit%3E(java.lang.String)">JcaCipherService(String)</a></span> - Constructor for class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>
<div class="block">Creates a new <code>JcaCipherService</code> instance which will use the specified cipher <code>algorithmName</code>
for all encryption, decryption, and key operations.</div>
</dd>
</dl>
<a id="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/OperationMode.html#NONE">NONE</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</a></dt>
<dd>
<div class="block">No mode.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#NONE">NONE</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">No padding.</div>
</dd>
</dl>
<a id="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#OAEP">OAEP</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">Optimal Asymmetric Encryption Padding defined in RSA's <a href="http://en.wikipedia.org/wiki/PKCS1">PKSC#1
standard</a> (aka <a href="http://tools.ietf.org/html/rfc3447">RFC 3447</a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#OAEPWithMd5AndMgf1">OAEPWithMd5AndMgf1</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">Optimal Asymmetric Encryption Padding with <code>MD5</code> message digest and <code>MGF1</code> mask generation function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#OAEPWithSha1AndMgf1">OAEPWithSha1AndMgf1</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">Optimal Asymmetric Encryption Padding with <code>SHA-1</code> message digest and <code>MGF1</code> mask generation function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#OAEPWithSha256AndMgf1">OAEPWithSha256AndMgf1</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">Optimal Asymmetric Encryption Padding with <code>SHA-256</code> message digest and <code>MGF1</code> mask generation function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#OAEPWithSha384AndMgf1">OAEPWithSha384AndMgf1</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">Optimal Asymmetric Encryption Padding with <code>SHA-384</code> message digest and <code>MGF1</code> mask generation function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#OAEPWithSha512AndMgf1">OAEPWithSha512AndMgf1</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">Optimal Asymmetric Encryption Padding with <code>SHA-512</code> message digest and <code>MGF1</code> mask generation function.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/OperationMode.html#OCB">OCB</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</a></dt>
<dd>
<div class="block"><a href="http://en.wikipedia.org/wiki/OCB_mode">Offset Codebook</a> mode<b>*</b>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/OperationMode.html#OFB">OFB</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</a></dt>
<dd>
<div class="block"><a href="http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Output_feedback_.28OFB.29">Output
Feedback</a> mode, defined in <a href="http://csrc.nist.gov/publications/fips/index.html">FIPS PUB 81</a>.</div>
</dd>
<dt><a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto"><span class="typeNameLink">OperationMode</span></a> - Enum in <a href="org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</a></dt>
<dd>
<div class="block">A cipher <a href="http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation">mode of operation</a>
directs a cipher algorithm how to convert data during the encryption or decryption process.</div>
</dd>
<dt><a href="org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</a> - package org.apache.shiro.crypto</dt>
<dd>
<div class="block">Cryptography Cipher and Hashing components that greatly simplify the JDK's cryptography concepts and
add additional convenient behavior.</div>
</dd>
</dl>
<a id="I:P">
<!-- -->
</a>
<h2 class="title">P</h2>
<dl>
<dt><a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto"><span class="typeNameLink">PaddingScheme</span></a> - Enum in <a href="org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</a></dt>
<dd>
<div class="block">A <code>CipherPaddingScheme</code> represents well-known
<a href="http://en.wikipedia.org/wiki/Padding_(cryptography)">padding schemes</a> supported by JPA providers in a
type-safe manner.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/OperationMode.html#PCBC">PCBC</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</a></dt>
<dd>
<div class="block"><a href="http://en.wikipedia.org/wiki/Block_cipher_modes_of_operation#Propagating_cipher-block_chaining_.28PCBC.29">
Propagating Cipher Block Chaining</a> mode, defined in <a href="http://web.mit.edu/kerberos/">Kerberos version 4<a/>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#PKCS1">PKCS1</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">Padding scheme used with the <code>RSA</code> algorithm defined in RSA's
<a href="http://en.wikipedia.org/wiki/PKCS1">PKSC#1 standard</a> (aka
<a href="http://tools.ietf.org/html/rfc3447">RFC 3447</a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#PKCS5">PKCS5</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">Padding scheme defined in RSA's <a href="http://www.rsa.com/rsalabs/node.asp?id=2127">Password-Based
Cryptography Standard</a>.</div>
</dd>
</dl>
<a id="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setBlockSize(int)">setBlockSize(int)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Sets the block cipher's block size to be used when constructing
<a href="https://docs.oracle.com/javase/8/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto" class="externalLink"><code>Cipher</code></a> transformation string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#setGenerateInitializationVectors(boolean)">setGenerateInitializationVectors(boolean)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#setInitializationVectorSize(int)">setInitializationVectorSize(int)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>
<div class="block">Sets the algorithm-specific initialization vector size in bits (not bytes!) to be used when generating
initialization vectors.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#setKeySize(int)">setKeySize(int)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>
<div class="block">Sets the size in bits (not bytes) of generated cipher keys.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setMode(org.apache.shiro.crypto.OperationMode)">setMode(OperationMode)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Sets the cipher operation mode of operation to be used when constructing the
<a href="https://docs.oracle.com/javase/8/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto" class="externalLink"><code>Cipher</code></a> transformation string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setModeName(java.lang.String)">setModeName(String)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Sets the cipher operation mode name to be used when constructing the
<a href="https://docs.oracle.com/javase/8/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto" class="externalLink"><code>Cipher</code></a> transformation string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setPaddingScheme(org.apache.shiro.crypto.PaddingScheme)">setPaddingScheme(PaddingScheme)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Sets the padding scheme to be used when constructing the
<a href="https://docs.oracle.com/javase/8/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto" class="externalLink"><code>Cipher</code></a> transformation string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setPaddingSchemeName(java.lang.String)">setPaddingSchemeName(String)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Sets the padding scheme name to be used when constructing the
<a href="https://docs.oracle.com/javase/8/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto" class="externalLink"><code>Cipher</code></a> transformation string, or <code>null</code> if the JCA Provider default mode for
the specified <a href="org/apache/shiro/crypto/JcaCipherService.html#getAlgorithmName()"><code>algorithm</code></a> should be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#setSecureRandom(java.security.SecureRandom)">setSecureRandom(SecureRandom)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>
<div class="block">Sets a source of randomness for encryption operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setStreamingBlockSize(int)">setStreamingBlockSize(int)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/JcaCipherService.html#setStreamingBufferSize(int)">setStreamingBufferSize(int)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/JcaCipherService.html" title="class in org.apache.shiro.crypto">JcaCipherService</a></dt>
<dd>
<div class="block">Sets the size in bytes of the internal buffer used to transfer data from one stream to another during stream
operations (<a href="org/apache/shiro/crypto/JcaCipherService.html#encrypt(java.io.InputStream,java.io.OutputStream,byte%5B%5D)"><code>JcaCipherService.encrypt(java.io.InputStream, java.io.OutputStream, byte[])</code></a> and
<a href="org/apache/shiro/crypto/JcaCipherService.html#decrypt(java.io.InputStream,java.io.OutputStream,byte%5B%5D)"><code>JcaCipherService.decrypt(java.io.InputStream, java.io.OutputStream, byte[])</code></a>).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setStreamingMode(org.apache.shiro.crypto.OperationMode)">setStreamingMode(OperationMode)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Sets the transformation string mode to be used for streaming operations only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setStreamingModeName(java.lang.String)">setStreamingModeName(String)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>
<div class="block">Sets the transformation string mode name to be used for streaming operations only.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setStreamingPaddingScheme(org.apache.shiro.crypto.PaddingScheme)">setStreamingPaddingScheme(PaddingScheme)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/DefaultBlockCipherService.html#setStreamingPaddingSchemeName(java.lang.String)">setStreamingPaddingSchemeName(String)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/DefaultBlockCipherService.html" title="class in org.apache.shiro.crypto">DefaultBlockCipherService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#SSL3">SSL3</a></span> - org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">Padding scheme defined in the <a href="http://www.mozilla.org/projects/security/pki/nss/ssl/draft302.txt">SSL
3.0 specification</a>, section <code>5.2.3.2 (CBC block cipher)</code>.</div>
</dd>
</dl>
<a id="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/OperationMode.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#valueOf(java.lang.String)">valueOf(String)</a></span> - Static method in enum org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">Returns the enum constant of this type with the specified name.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/OperationMode.html#values()">values()</a></span> - Static method in enum org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/OperationMode.html" title="enum in org.apache.shiro.crypto">OperationMode</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/PaddingScheme.html#values()">values()</a></span> - Static method in enum org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/PaddingScheme.html" title="enum in org.apache.shiro.crypto">PaddingScheme</a></dt>
<dd>
<div class="block">Returns an array containing the constants of this enum type, in
the order they are declared.</div>
</dd>
</dl>
<a href="#I:A">A</a>&nbsp;<a href="#I:B">B</a>&nbsp;<a href="#I:C">C</a>&nbsp;<a href="#I:D">D</a>&nbsp;<a href="#I:E">E</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:N">N</a>&nbsp;<a href="#I:O">O</a>&nbsp;<a href="#I:P">P</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:V">V</a>&nbsp;<br><a href="allclasses-index.html">All&nbsp;Classes</a>&nbsp;<a href="allpackages-index.html">All&nbsp;Packages</a></div>
</main>
<footer role="contentinfo">
<nav role="navigation">
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a id="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a id="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="org/apache/shiro/crypto/package-summary.html">Package</a></li>
<li>Class</li>
<li>Use</li>
<li><a href="org/apache/shiro/crypto/package-tree.html">Tree</a></li>
<li><a href="deprecated-list.html">Deprecated</a></li>
<li class="navBarCell1Rev">Index</li>
<li><a href="help-doc.html">Help</a></li>
</ul>
</div>
<div class="subNav">
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses.html">All&nbsp;Classes</a></li>
</ul>
<div>
<script type="text/javascript"><!--
allClassesLink = document.getElementById("allclasses_navbar_bottom");
if(window==top) {
allClassesLink.style.display = "block";
}
else {
allClassesLink.style.display = "none";
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
</div>
<a id="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
</nav>
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2023 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</footer>
</body>
</html>