blob: 671aab429d3d2f9ce37d0d121b07dbca06b313e5 [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<!-- NewPage -->
<html lang="fr">
<head>
<!-- Generated by javadoc (1.8.0_201) on Sat Feb 22 18:49:08 CET 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (Apache Shiro :: Cryptography 1.5.1 API)</title>
<meta name="date" content="2020-02-22">
<link rel="stylesheet" type="text/css" href="stylesheet.css" title="Style">
<script type="text/javascript" src="script.js"></script>
</head>
<body>
<script type="text/javascript"><!--
try {
if (location.href.indexOf('is-external=true') == -1) {
parent.document.title="Index (Apache Shiro :: Cryptography 1.5.1 API)";
}
}
catch(err) {
}
//-->
</script>
<noscript>
<div>JavaScript is disabled on your browser.</div>
</noscript>
<!-- ========= START OF TOP NAVBAR ======= -->
<div class="topNav"><a name="navbar.top">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.top" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.top.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-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">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_top">
<li><a href="allclasses-noframe.html">All&nbsp;Classes</a></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>
</div>
<a name="skip.navbar.top">
<!-- -->
</a></div>
<!-- ========= END OF TOP NAVBAR ========= -->
<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:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</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:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;<a name="I:A">
<!-- -->
</a>
<h2 class="title">A</h2>
<dl>
<dt><a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash"><span class="typeNameLink">AbstractHash</span></a> - Class in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span>
<div class="block"><span class="deprecationComment">in Shiro 1.1 in favor of using the concrete <a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash"><code>SimpleHash</code></a> implementation directly.</span></div>
</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#AbstractHash--">AbstractHash()</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Creates an new instance without any of its properties set (no hashing is performed).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#AbstractHash-java.lang.Object-">AbstractHash(Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Creates a hash of the specified <code>source</code> with no <code>salt</code> using a single hash iteration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#AbstractHash-java.lang.Object-java.lang.Object-">AbstractHash(Object, Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Creates a hash of the specified <code>source</code> using the given <code>salt</code> using a single hash iteration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#AbstractHash-java.lang.Object-java.lang.Object-int-">AbstractHash(Object, Object, int)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Creates a hash of the specified <code>source</code> using the given <code>salt</code> a total of
<code>hashIterations</code> times.</div>
</dd>
<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#AbstractSymmetricCipherService-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#AesCipherService--">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>
<p/>
<b>*</b> The <a href="org/apache/shiro/crypto/OperationMode.html#GCM"><code>GCM</code></a> operation mode is used instead of the JDK default <code>ECB</code> to
ensure strong encryption.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md2Hash.html#ALGORITHM_NAME">ALGORITHM_NAME</a></span> - Static variable in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md5Hash.html#ALGORITHM_NAME">ALGORITHM_NAME</a></span> - Static variable in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha1Hash.html#ALGORITHM_NAME">ALGORITHM_NAME</a></span> - Static variable in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha256Hash.html#ALGORITHM_NAME">ALGORITHM_NAME</a></span> - Static variable in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha384Hash.html#ALGORITHM_NAME">ALGORITHM_NAME</a></span> - Static variable in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha512Hash.html#ALGORITHM_NAME">ALGORITHM_NAME</a></span> - Static variable in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#assertHashFormatImpl-java.lang.Class-">assertHashFormatImpl(Class)</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:B">
<!-- -->
</a>
<h2 class="title">B</h2>
<dl>
<dt><a href="org/apache/shiro/crypto/hash/format/Base64Format.html" title="class in org.apache.shiro.crypto.hash.format"><span class="typeNameLink">Base64Format</span></a> - Class in <a href="org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</a></dt>
<dd>
<div class="block"><code>HashFormat</code> that outputs <em>only</em> the hash's digest bytes in Base64 format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/Base64Format.html#Base64Format--">Base64Format()</a></span> - Constructor for class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/Base64Format.html" title="class in org.apache.shiro.crypto.hash.format">Base64Format</a></dt>
<dd>&nbsp;</dd>
<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#BlowfishCipherService--">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>
<p/>
<b>*</b> The <a href="org/apache/shiro/crypto/OperationMode.html#CBC"><code>CBC</code></a> operation mode is used instead of the JDK default <code>ECB</code> to
ensure strong encryption.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html#build--">build()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</a></dt>
<dd>
<div class="block">Builds a <a href="org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash"><code>HashRequest</code></a> instance reflecting the specified configuration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html#Builder--">Builder()</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</a></dt>
<dd>
<div class="block">Default no-arg constructor.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/ProvidedHashFormat.html#byId-java.lang.String-">byId(String)</a></span> - Static method in enum org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/ProvidedHashFormat.html" title="enum in org.apache.shiro.crypto.hash.format">ProvidedHashFormat</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:C">
<!-- -->
</a>
<h2 class="title">C</h2>
<dl>
<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/hash/DefaultHashService.html#combine-org.apache.shiro.util.ByteSource-org.apache.shiro.util.ByteSource-">combine(ByteSource, ByteSource)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>
<div class="block">Combines the specified 'private' salt bytes with the specified additional extra bytes to use as the
total salt during hash computation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/DefaultHashService.html#computeHash-org.apache.shiro.crypto.hash.HashRequest-">computeHash(HashRequest)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>
<div class="block">Computes and responds with a hash based on the specified request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/HashService.html#computeHash-org.apache.shiro.crypto.hash.HashRequest-">computeHash(HashRequest)</a></span> - Method in interface org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash">HashService</a></dt>
<dd>
<div class="block">Computes a hash based on the given request.</div>
</dd>
<dt><a href="org/apache/shiro/crypto/hash/ConfigurableHashService.html" title="interface in org.apache.shiro.crypto.hash"><span class="typeNameLink">ConfigurableHashService</span></a> - Interface in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">A <code>HashService</code> that allows configuration of its strategy via JavaBeans-compatible setter methods.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#convertSaltToBytes-java.lang.Object-">convertSaltToBytes(Object)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Acquires the specified <code>salt</code> argument's bytes and returns them in the form of a <code>ByteSource</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#convertSourceToBytes-java.lang.Object-">convertSourceToBytes(Object)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Acquires the specified <code>source</code> argument's bytes and returns them in the form of a <code>ByteSource</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/AesCipherService.html#createParameterSpec-byte:A-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:A-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><a href="org/apache/shiro/crypto/CryptoException.html" title="class in org.apache.shiro.crypto"><span class="typeNameLink">CryptoException</span></a> - Exception in <a href="org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</a></dt>
<dd>
<div class="block">Base Shiro exception for problems encountered during cryptographic operations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/CryptoException.html#CryptoException-java.lang.String-">CryptoException(String)</a></span> - Constructor for exception org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/CryptoException.html" title="class in org.apache.shiro.crypto">CryptoException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/CryptoException.html#CryptoException-java.lang.Throwable-">CryptoException(Throwable)</a></span> - Constructor for exception org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/CryptoException.html" title="class in org.apache.shiro.crypto">CryptoException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/CryptoException.html#CryptoException-java.lang.String-java.lang.Throwable-">CryptoException(String, Throwable)</a></span> - Constructor for exception org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/CryptoException.html" title="class in org.apache.shiro.crypto">CryptoException</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/CipherService.html#decrypt-byte:A-byte:A-">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/CipherService.html#decrypt-java.io.InputStream-java.io.OutputStream-byte:A-">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-byte:A-byte:A-">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/JcaCipherService.html#decrypt-java.io.InputStream-java.io.OutputStream-byte:A-">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><span class="memberNameLink"><a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html#DEFAULT_NEXT_BYTES_SIZE">DEFAULT_NEXT_BYTES_SIZE</a></span> - Static variable in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</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#DefaultBlockCipherService-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>
<dt><a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format"><span class="typeNameLink">DefaultHashFormatFactory</span></a> - Class in <a href="org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</a></dt>
<dd>
<div class="block">This default <code>HashFormatFactory</code> implementation heuristically determines a <code>HashFormat</code> class to
instantiate based on the input argument and returns a new instance of the discovered class.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#DefaultHashFormatFactory--">DefaultHashFormatFactory()</a></span> - Constructor for class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash"><span class="typeNameLink">DefaultHashService</span></a> - Class in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">Default implementation of the <a href="org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><code>HashService</code></a> interface, supporting a customizable hash algorithm name,
secure-random salt generation, multiple hash iterations and an optional internal
<a href="org/apache/shiro/crypto/hash/DefaultHashService.html#setPrivateSalt-org.apache.shiro.util.ByteSource-"><code>privateSalt</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/DefaultHashService.html#DefaultHashService--">DefaultHashService()</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>
<div class="block">Constructs a new <code>DefaultHashService</code> instance with the following defaults:
<a href="org/apache/shiro/crypto/hash/DefaultHashService.html#setHashAlgorithmName-java.lang.String-"><code>hashAlgorithmName</code></a> = <code>SHA-512</code>
<a href="org/apache/shiro/crypto/hash/DefaultHashService.html#setHashIterations-int-"><code>hashIterations</code></a> = <code>1</code>
<a href="org/apache/shiro/crypto/hash/DefaultHashService.html#setRandomNumberGenerator-org.apache.shiro.crypto.RandomNumberGenerator-"><code>randomNumberGenerator</code></a> =
new <a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto"><code>SecureRandomNumberGenerator</code></a>()
<a href="org/apache/shiro/crypto/hash/DefaultHashService.html#setGeneratePublicSalt-boolean-"><code>generatePublicSalt</code></a> = <code>false</code>
<p/>
If this hashService will be used for password hashing it is recommended to set the
<a href="org/apache/shiro/crypto/hash/DefaultHashService.html#setPrivateSalt-org.apache.shiro.util.ByteSource-"><code>privateSalt</code></a> and significantly increase the number of
<a href="org/apache/shiro/crypto/hash/DefaultHashService.html#setHashIterations-int-"><code>hashIterations</code></a>.</div>
</dd>
</dl>
<a name="I:E">
<!-- -->
</a>
<h2 class="title">E</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/CipherService.html#encrypt-byte:A-byte:A-">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/CipherService.html#encrypt-java.io.InputStream-java.io.OutputStream-byte:A-">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-byte:A-byte:A-">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/JcaCipherService.html#encrypt-java.io.InputStream-java.io.OutputStream-byte:A-">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>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns <code>true</code> if the specified object is a Hash and its <a href="org/apache/shiro/crypto/hash/AbstractHash.html#getBytes--"><code>byte array</code></a> is identical to
this Hash's byte array, <code>false</code> otherwise.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#equals-java.lang.Object-">equals(Object)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Returns <code>true</code> if the specified object is a Hash and its <a href="org/apache/shiro/crypto/hash/SimpleHash.html#getBytes--"><code>byte array</code></a> is identical to
this Hash's byte array, <code>false</code> otherwise.</div>
</dd>
</dl>
<a name="I:F">
<!-- -->
</a>
<h2 class="title">F</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/Base64Format.html#format-org.apache.shiro.crypto.hash.Hash-">format(Hash)</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/Base64Format.html" title="class in org.apache.shiro.crypto.hash.format">Base64Format</a></dt>
<dd>
<div class="block">Returns {@code hash !</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/HashFormat.html#format-org.apache.shiro.crypto.hash.Hash-">format(Hash)</a></span> - Method in interface org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/HashFormat.html" title="interface in org.apache.shiro.crypto.hash.format">HashFormat</a></dt>
<dd>
<div class="block">Returns a formatted string representing the specified Hash instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/HexFormat.html#format-org.apache.shiro.crypto.hash.Hash-">format(Hash)</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/HexFormat.html" title="class in org.apache.shiro.crypto.hash.format">HexFormat</a></dt>
<dd>
<div class="block">Returns {@code hash !</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html#format-org.apache.shiro.crypto.hash.Hash-">format(Hash)</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format">Shiro1CryptFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md2Hash.html#fromBase64String-java.lang.String-">fromBase64String(String)</a></span> - Static method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md5Hash.html#fromBase64String-java.lang.String-">fromBase64String(String)</a></span> - Static method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha1Hash.html#fromBase64String-java.lang.String-">fromBase64String(String)</a></span> - Static method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha256Hash.html#fromBase64String-java.lang.String-">fromBase64String(String)</a></span> - Static method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha384Hash.html#fromBase64String-java.lang.String-">fromBase64String(String)</a></span> - Static method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha512Hash.html#fromBase64String-java.lang.String-">fromBase64String(String)</a></span> - Static method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md2Hash.html#fromHexString-java.lang.String-">fromHexString(String)</a></span> - Static method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md5Hash.html#fromHexString-java.lang.String-">fromHexString(String)</a></span> - Static method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha1Hash.html#fromHexString-java.lang.String-">fromHexString(String)</a></span> - Static method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha256Hash.html#fromHexString-java.lang.String-">fromHexString(String)</a></span> - Static method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha384Hash.html#fromHexString-java.lang.String-">fromHexString(String)</a></span> - Static method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha512Hash.html#fromHexString-java.lang.String-">fromHexString(String)</a></span> - Static method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:G">
<!-- -->
</a>
<h2 class="title">G</h2>
<dl>
<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/6/docs/api/java/security/Key.html?is-external=true" title="class or interface in java.security"><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/6/docs/api/java/security/Key.html?is-external=true" title="class or interface in java.security"><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/6/docs/api/javax/crypto/KeyGenerator.html?is-external=true" title="class or interface in javax.crypto"><code>KeyGenerator</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#getAlgorithmName--">getAlgorithmName()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Implemented by subclasses, this specifies the <a href="https://docs.oracle.com/javase/6/docs/api/java/security/MessageDigest.html?is-external=true" title="class or interface in java.security"><code>MessageDigest</code></a> algorithm name
to use when performing the hash.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/DefaultHashService.html#getAlgorithmName-org.apache.shiro.crypto.hash.HashRequest-">getAlgorithmName(HashRequest)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Hash.html#getAlgorithmName--">getAlgorithmName()</a></span> - Method in interface org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash">Hash</a></dt>
<dd>
<div class="block">Returns the name of the algorithm used to hash the input source, for example, <code>SHA-256</code>, <code>MD5</code>, etc.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/HashRequest.html#getAlgorithmName--">getAlgorithmName()</a></span> - Method in interface org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash">HashRequest</a></dt>
<dd>
<div class="block">Returns the name of the hash algorithm the <code>HashService</code> should use when computing the <a href="org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash"><code>Hash</code></a>, or
<code>null</code> if the default algorithm configuration of the <code>HashService</code> should be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#getAlgorithmName--">getAlgorithmName()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Returns the <a href="https://docs.oracle.com/javase/6/docs/api/java/security/MessageDigest.html?is-external=true" title="class or interface in java.security"><code>MessageDigest</code></a> algorithm name to use when performing the hash.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHashRequest.html#getAlgorithmName--">getAlgorithmName()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHashRequest.html" title="class in org.apache.shiro.crypto.hash">SimpleHashRequest</a></dt>
<dd>&nbsp;</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/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><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/hash/AbstractHash.html#getBytes--">getBytes()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#getBytes--">getBytes()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html#getDefaultNextBytesSize--">getDefaultNextBytesSize()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</a></dt>
<dd>
<div class="block">Returns the size of the generated byte array for calls to <a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html#nextBytes--"><code>nextBytes()</code></a>.</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/hash/AbstractHash.html#getDigest-java.lang.String-">getDigest(String)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns the JDK MessageDigest instance to use for executing the hash.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#getDigest-java.lang.String-">getDigest(String)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Returns the JDK MessageDigest instance to use for executing the hash.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#getFormatClassNames--">getFormatClassNames()</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</a></dt>
<dd>
<div class="block">Returns a <code>hashFormatAlias</code>-to-<code>fullyQualifiedHashFormatClassNameImplementation</code> map.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/DefaultHashService.html#getHashAlgorithmName--">getHashAlgorithmName()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#getHashFormatClass-java.lang.String-">getHashFormatClass(String)</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</a></dt>
<dd>
<div class="block">Heuristically determine the fully qualified HashFormat implementation class name based on the specified
token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#getHashFormatClass-java.lang.String-java.lang.String-">getHashFormatClass(String, String)</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</a></dt>
<dd>
<div class="block">Heuristically determine the fully qualified <code>HashFormat</code> implementation class name in the specified
package based on the provided token.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/DefaultHashService.html#getHashIterations--">getHashIterations()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/ModularCryptFormat.html#getId--">getId()</a></span> - Method in interface org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/ModularCryptFormat.html" title="interface in org.apache.shiro.crypto.hash.format">ModularCryptFormat</a></dt>
<dd>
<div class="block">Returns the Modular Crypt Format identifier that indicates how the formatted String should be parsed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html#getId--">getId()</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format">Shiro1CryptFormat</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/hash/format/DefaultHashFormatFactory.html#getInstance-java.lang.String-">getInstance(String)</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/HashFormatFactory.html#getInstance-java.lang.String-">getInstance(String)</a></span> - Method in interface org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/HashFormatFactory.html" title="interface in org.apache.shiro.crypto.hash.format">HashFormatFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/DefaultHashService.html#getIterations-org.apache.shiro.crypto.hash.HashRequest-">getIterations(HashRequest)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Hash.html#getIterations--">getIterations()</a></span> - Method in interface org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash">Hash</a></dt>
<dd>
<div class="block">Returns the number of hash iterations used to compute the hash.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/HashRequest.html#getIterations--">getIterations()</a></span> - Method in interface org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash">HashRequest</a></dt>
<dd>
<div class="block">Returns the number of requested hash iterations to be performed when computing the final <code>Hash</code> result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#getIterations--">getIterations()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHashRequest.html#getIterations--">getIterations()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHashRequest.html" title="class in org.apache.shiro.crypto.hash">SimpleHashRequest</a></dt>
<dd>&nbsp;</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/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><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/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><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/hash/DefaultHashService.html#getPrivateSalt--">getPrivateSalt()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/DefaultHashService.html#getPublicSalt-org.apache.shiro.crypto.hash.HashRequest-">getPublicSalt(HashRequest)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>
<div class="block">Returns the public salt that should be used to compute a hash based on the specified request or
<code>null</code> if no public salt should be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/DefaultHashService.html#getRandomNumberGenerator--">getRandomNumberGenerator()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Hash.html#getSalt--">getSalt()</a></span> - Method in interface org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash">Hash</a></dt>
<dd>
<div class="block">Returns a salt used to compute the hash or <code>null</code> if no salt was used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/HashRequest.html#getSalt--">getSalt()</a></span> - Method in interface org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash">HashRequest</a></dt>
<dd>
<div class="block">Returns a salt to be used by the <a href="org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><code>HashService</code></a> during hash computation, or <code>null</code> if no salt is
provided as part of the request.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#getSalt--">getSalt()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHashRequest.html#getSalt--">getSalt()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHashRequest.html" title="class in org.apache.shiro.crypto.hash">SimpleHashRequest</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#getSearchPackages--">getSearchPackages()</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</a></dt>
<dd>
<div class="block">Returns a set of package names that can be searched for <a href="org/apache/shiro/crypto/hash/format/HashFormat.html" title="interface in org.apache.shiro.crypto.hash.format"><code>HashFormat</code></a> implementations according to
heuristics defined in the <a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#getHashFormatClass-java.lang.String-java.lang.String-"><code>getHashFormat(packageName, token)</code></a> JavaDoc.</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/SecureRandomNumberGenerator.html#getSecureRandom--">getSecureRandom()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</a></dt>
<dd>
<div class="block">Returns the <a href="https://docs.oracle.com/javase/6/docs/api/java/security/SecureRandom.html?is-external=true" title="class or interface in java.security"><code>SecureRandom</code></a> backing this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/HashRequest.html#getSource--">getSource()</a></span> - Method in interface org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash">HashRequest</a></dt>
<dd>
<div class="block">Returns the source data that will be hashed by a <a href="org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><code>HashService</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHashRequest.html#getSource--">getSource()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHashRequest.html" title="class in org.apache.shiro.crypto.hash">SimpleHashRequest</a></dt>
<dd>&nbsp;</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:A-"><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:A-"><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:A-"><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:A-"><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/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><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/6/docs/api/javax/crypto/Cipher.html?is-external=true#getInstance-java.lang.String-" title="class or interface in javax.crypto"><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/6/docs/api/javax/crypto/Cipher.html?is-external=true#getInstance-java.lang.String-" title="class or interface in javax.crypto"><code>Cipher.getInstance(java.lang.String)</code></a> invocation when
creating a new <code>Cipher</code> instance.</div>
</dd>
</dl>
<a name="I:H">
<!-- -->
</a>
<h2 class="title">H</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#hash-byte:A-">hash(byte[])</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Hashes the specified byte array without a salt for a single iteration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#hash-byte:A-byte:A-">hash(byte[], byte[])</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Hashes the specified byte array using the given <code>salt</code> for a single iteration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#hash-byte:A-byte:A-int-">hash(byte[], byte[], int)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Hashes the specified byte array using the given <code>salt</code> for the specified number of iterations.</div>
</dd>
<dt><a href="org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash"><span class="typeNameLink">Hash</span></a> - Interface in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">A Cryptographic <code>Hash</code> represents a one-way conversion algorithm that transforms an input source to an
underlying byte array.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#hash-byte:A-">hash(byte[])</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Hashes the specified byte array without a salt for a single iteration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#hash-byte:A-byte:A-">hash(byte[], byte[])</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Hashes the specified byte array using the given <code>salt</code> for a single iteration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#hash-byte:A-byte:A-int-">hash(byte[], byte[], int)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Hashes the specified byte array using the given <code>salt</code> for the specified number of iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#hashCode--">hashCode()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Simply returns toHex().hashCode();</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#hashCode--">hashCode()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Simply returns toHex().hashCode();</div>
</dd>
<dt><a href="org/apache/shiro/crypto/hash/format/HashFormat.html" title="interface in org.apache.shiro.crypto.hash.format"><span class="typeNameLink">HashFormat</span></a> - Interface in <a href="org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</a></dt>
<dd>
<div class="block">A <code>HashFormat</code> is able to format a <a href="org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash"><code>Hash</code></a> instance into a well-defined formatted String.</div>
</dd>
<dt><a href="org/apache/shiro/crypto/hash/format/HashFormatFactory.html" title="interface in org.apache.shiro.crypto.hash.format"><span class="typeNameLink">HashFormatFactory</span></a> - Interface in <a href="org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash"><span class="typeNameLink">HashRequest</span></a> - Interface in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">A <code>HashRequest</code> is composed of data that will be used by a <a href="org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><code>HashService</code></a> to compute a hash (aka
'digest').</div>
</dd>
<dt><a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash"><span class="typeNameLink">HashRequest.Builder</span></a> - Class in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">A Builder class representing the Builder design pattern for constructing <a href="org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash"><code>HashRequest</code></a> instances.</div>
</dd>
<dt><a href="org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><span class="typeNameLink">HashService</span></a> - Interface in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">A <code>HashService</code> hashes input sources utilizing a particular hashing strategy.</div>
</dd>
<dt><a href="org/apache/shiro/crypto/hash/format/HexFormat.html" title="class in org.apache.shiro.crypto.hash.format"><span class="typeNameLink">HexFormat</span></a> - Class in <a href="org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</a></dt>
<dd>
<div class="block"><code>HashFormat</code> that outputs <em>only</em> The hash's digest bytes in hex format.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/HexFormat.html#HexFormat--">HexFormat()</a></span> - Constructor for class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/HexFormat.html" title="class in org.apache.shiro.crypto.hash.format">HexFormat</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:I">
<!-- -->
</a>
<h2 class="title">I</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html#ID">ID</a></span> - Static variable in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format">Shiro1CryptFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#isEmpty--">isEmpty()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</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--">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/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/hash/DefaultHashService.html#isGeneratePublicSalt--">isGeneratePublicSalt()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>
<div class="block">Returns <code>true</code> if a public salt should be randomly generated and used to compute a hash if a
<a href="org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash"><code>HashRequest</code></a> does not specify a salt, <code>false</code> otherwise.</div>
</dd>
</dl>
<a name="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#JcaCipherService-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 name="I:L">
<!-- -->
</a>
<h2 class="title">L</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#lookupHashFormatClass-java.lang.String-">lookupHashFormatClass(String)</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:M">
<!-- -->
</a>
<h2 class="title">M</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html#MCF_PREFIX">MCF_PREFIX</a></span> - Static variable in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format">Shiro1CryptFormat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash"><span class="typeNameLink">Md2Hash</span></a> - Class in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">Generates an MD2 Hash (RFC 1319) from a given input <tt>source</tt> with an optional <tt>salt</tt> and
hash iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md2Hash.html#Md2Hash--">Md2Hash()</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md2Hash.html#Md2Hash-java.lang.Object-">Md2Hash(Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md2Hash.html#Md2Hash-java.lang.Object-java.lang.Object-">Md2Hash(Object, Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md2Hash.html#Md2Hash-java.lang.Object-java.lang.Object-int-">Md2Hash(Object, Object, int)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md2Hash.html" title="class in org.apache.shiro.crypto.hash">Md2Hash</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash"><span class="typeNameLink">Md5Hash</span></a> - Class in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">Generates an MD5 Hash (RFC 1321) from a given input <tt>source</tt> with an optional <tt>salt</tt> and
hash iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md5Hash.html#Md5Hash--">Md5Hash()</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md5Hash.html#Md5Hash-java.lang.Object-">Md5Hash(Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md5Hash.html#Md5Hash-java.lang.Object-java.lang.Object-">Md5Hash(Object, Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Md5Hash.html#Md5Hash-java.lang.Object-java.lang.Object-int-">Md5Hash(Object, Object, int)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Md5Hash.html" title="class in org.apache.shiro.crypto.hash">Md5Hash</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/shiro/crypto/hash/format/ModularCryptFormat.html" title="interface in org.apache.shiro.crypto.hash.format"><span class="typeNameLink">ModularCryptFormat</span></a> - Interface in <a href="org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</a></dt>
<dd>
<div class="block">A <code>HashFormat</code> that supports
<a href="http://packages.python.org/passlib/modular_crypt_format.html">Modular Crypt Format</a> token rules.</div>
</dd>
</dl>
<a name="I:N">
<!-- -->
</a>
<h2 class="title">N</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#newHashFormatInstance-java.lang.Class-">newHashFormatInstance(Class)</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/RandomNumberGenerator.html#nextBytes--">nextBytes()</a></span> - Method in interface org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/RandomNumberGenerator.html" title="interface in org.apache.shiro.crypto">RandomNumberGenerator</a></dt>
<dd>
<div class="block">Generates a byte array of fixed length filled with random data, often useful for generating salts,
initialization vectors or other seed data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/RandomNumberGenerator.html#nextBytes-int-">nextBytes(int)</a></span> - Method in interface org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/RandomNumberGenerator.html" title="interface in org.apache.shiro.crypto">RandomNumberGenerator</a></dt>
<dd>
<div class="block">Generates a byte array of the specified length filled with random data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html#nextBytes--">nextBytes()</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html#nextBytes-int-">nextBytes(int)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<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>
<dt><a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a> - package org.apache.shiro.crypto.hash</dt>
<dd>
<div class="block">Cryptographic Hashing components that greatly simplify one-way data hashing in an application.</div>
</dd>
<dt><a href="org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</a> - package org.apache.shiro.crypto.hash.format</dt>
<dd>&nbsp;</dd>
</dl>
<a name="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><a href="org/apache/shiro/crypto/hash/format/ParsableHashFormat.html" title="interface in org.apache.shiro.crypto.hash.format"><span class="typeNameLink">ParsableHashFormat</span></a> - Interface in <a href="org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</a></dt>
<dd>
<div class="block">A <code>ParsableHashFormat</code> is able to parse a formatted string and convert it into a <a href="org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash"><code>Hash</code></a> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/ParsableHashFormat.html#parse-java.lang.String-">parse(String)</a></span> - Method in interface org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/ParsableHashFormat.html" title="interface in org.apache.shiro.crypto.hash.format">ParsableHashFormat</a></dt>
<dd>
<div class="block">Parses the specified formatted string and returns the corresponding Hash instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html#parse-java.lang.String-">parse(String)</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format">Shiro1CryptFormat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/shiro/crypto/hash/format/ProvidedHashFormat.html" title="enum in org.apache.shiro.crypto.hash.format"><span class="typeNameLink">ProvidedHashFormat</span></a> - Enum in <a href="org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</a></dt>
<dd>
<div class="block">An enum representing Shiro's default provided <a href="org/apache/shiro/crypto/hash/format/HashFormat.html" title="interface in org.apache.shiro.crypto.hash.format"><code>HashFormat</code></a> implementations.</div>
</dd>
</dl>
<a name="I:R">
<!-- -->
</a>
<h2 class="title">R</h2>
<dl>
<dt><a href="org/apache/shiro/crypto/RandomNumberGenerator.html" title="interface in org.apache.shiro.crypto"><span class="typeNameLink">RandomNumberGenerator</span></a> - Interface in <a href="org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</a></dt>
<dd>
<div class="block">A component that can generate random number/byte values as needed.</div>
</dd>
</dl>
<a name="I:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<dt><a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto"><span class="typeNameLink">SecureRandomNumberGenerator</span></a> - Class in <a href="org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</a></dt>
<dd>
<div class="block">Default implementation of the <a href="org/apache/shiro/crypto/RandomNumberGenerator.html" title="interface in org.apache.shiro.crypto"><code>RandomNumberGenerator</code></a> interface, backed by a
<a href="https://docs.oracle.com/javase/6/docs/api/java/security/SecureRandom.html?is-external=true" title="class or interface in java.security"><code>SecureRandom</code></a> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html#SecureRandomNumberGenerator--">SecureRandomNumberGenerator()</a></span> - Constructor for class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</a></dt>
<dd>
<div class="block">Creates a new instance with a default backing <a href="https://docs.oracle.com/javase/6/docs/api/java/security/SecureRandom.html?is-external=true" title="class or interface in java.security"><code>SecureRandom</code></a> and a
<a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html#getDefaultNextBytesSize--"><code>defaultNextBytesSize</code></a> of <code>16</code>, which equals 128 bits, a size commonly
used in cryptographic algorithms.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html#setAlgorithmName-java.lang.String-">setAlgorithmName(String)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</a></dt>
<dd>
<div class="block">Sets the name of the hash algorithm the <code>HashService</code> should use when computing the <a href="org/apache/shiro/crypto/hash/Hash.html" title="interface in org.apache.shiro.crypto.hash"><code>Hash</code></a>.</div>
</dd>
<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/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><code>Cipher</code></a> transformation string.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#setBytes-byte:A-">setBytes(byte[])</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Sets the raw bytes stored by this hash instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#setBytes-byte:A-">setBytes(byte[])</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Sets the raw bytes stored by this hash instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html#setDefaultNextBytesSize-int-">setDefaultNextBytesSize(int)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</a></dt>
<dd>
<div class="block">Sets the size of the generated byte array for calls to <a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html#nextBytes--"><code>nextBytes()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#setFormatClassNames-java.util.Map-">setFormatClassNames(Map&lt;String, String&gt;)</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</a></dt>
<dd>
<div class="block">Sets the <code>hash-format-alias</code>-to-<code>fullyQualifiedHashFormatClassNameImplementation</code> map to be used in
the <a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#getInstance-java.lang.String-"><code>DefaultHashFormatFactory.getInstance(String)</code></a> implementation.</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/hash/DefaultHashService.html#setGeneratePublicSalt-boolean-">setGeneratePublicSalt(boolean)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>
<div class="block">Sets whether or not a public salt should be randomly generated and used to compute a hash if a
<a href="org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash"><code>HashRequest</code></a> does not specify a salt.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/ConfigurableHashService.html#setHashAlgorithmName-java.lang.String-">setHashAlgorithmName(String)</a></span> - Method in interface org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/ConfigurableHashService.html" title="interface in org.apache.shiro.crypto.hash">ConfigurableHashService</a></dt>
<dd>
<div class="block">Sets the name of the <a href="https://docs.oracle.com/javase/6/docs/api/java/security/MessageDigest.html?is-external=true" title="class or interface in java.security"><code>MessageDigest</code></a> algorithm that will be used to compute
hashes.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/DefaultHashService.html#setHashAlgorithmName-java.lang.String-">setHashAlgorithmName(String)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/ConfigurableHashService.html#setHashIterations-int-">setHashIterations(int)</a></span> - Method in interface org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/ConfigurableHashService.html" title="interface in org.apache.shiro.crypto.hash">ConfigurableHashService</a></dt>
<dd>
<div class="block">Sets the number of hash iterations that will be performed during hash computation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/DefaultHashService.html#setHashIterations-int-">setHashIterations(int)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</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!)</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html#setIterations-int-">setIterations(int)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</a></dt>
<dd>
<div class="block">Sets the number of requested hash iterations to be performed when computing the final <code>Hash</code> result.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#setIterations-int-">setIterations(int)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Sets the iterations used to previously compute AN ALREADY GENERATED HASH.</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/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><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/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><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/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><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/6/docs/api/javax/crypto/Cipher.html?is-external=true" title="class or interface in javax.crypto"><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/hash/ConfigurableHashService.html#setPrivateSalt-org.apache.shiro.util.ByteSource-">setPrivateSalt(ByteSource)</a></span> - Method in interface org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/ConfigurableHashService.html" title="interface in org.apache.shiro.crypto.hash">ConfigurableHashService</a></dt>
<dd>
<div class="block">Sets the 'private' (internal) salt to be paired with a 'public' (random or supplied) salt during hash computation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/DefaultHashService.html#setPrivateSalt-org.apache.shiro.util.ByteSource-">setPrivateSalt(ByteSource)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/ConfigurableHashService.html#setRandomNumberGenerator-org.apache.shiro.crypto.RandomNumberGenerator-">setRandomNumberGenerator(RandomNumberGenerator)</a></span> - Method in interface org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/ConfigurableHashService.html" title="interface in org.apache.shiro.crypto.hash">ConfigurableHashService</a></dt>
<dd>
<div class="block">Sets a source of randomness used to generate public salts that will in turn be used during hash computation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/DefaultHashService.html#setRandomNumberGenerator-org.apache.shiro.crypto.RandomNumberGenerator-">setRandomNumberGenerator(RandomNumberGenerator)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/DefaultHashService.html" title="class in org.apache.shiro.crypto.hash">DefaultHashService</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html#setSalt-org.apache.shiro.util.ByteSource-">setSalt(ByteSource)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</a></dt>
<dd>
<div class="block">Sets a salt to be used by the <a href="org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><code>HashService</code></a> during hash computation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html#setSalt-java.lang.Object-">setSalt(Object)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</a></dt>
<dd>
<div class="block">Sets a salt to be used by the <a href="org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><code>HashService</code></a> during hash computation.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#setSalt-org.apache.shiro.util.ByteSource-">setSalt(ByteSource)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Sets the salt used to previously compute AN ALREADY GENERATED HASH.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#setSearchPackages-java.util.Set-">setSearchPackages(Set&lt;String&gt;)</a></span> - Method in class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html" title="class in org.apache.shiro.crypto.hash.format">DefaultHashFormatFactory</a></dt>
<dd>
<div class="block">Sets a set of package names that can be searched for <a href="org/apache/shiro/crypto/hash/format/HashFormat.html" title="interface in org.apache.shiro.crypto.hash.format"><code>HashFormat</code></a> implementations according to
heuristics defined in the <a href="org/apache/shiro/crypto/hash/format/DefaultHashFormatFactory.html#getHashFormatClass-java.lang.String-java.lang.String-"><code>getHashFormat(packageName, token)</code></a> JavaDoc.</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/SecureRandomNumberGenerator.html#setSecureRandom-java.security.SecureRandom-">setSecureRandom(SecureRandom)</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</a></dt>
<dd>
<div class="block">Sets the <a href="https://docs.oracle.com/javase/6/docs/api/java/security/SecureRandom.html?is-external=true" title="class or interface in java.security"><code>SecureRandom</code></a> to back this instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html#setSeed-byte:A-">setSeed(byte[])</a></span> - Method in class org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/SecureRandomNumberGenerator.html" title="class in org.apache.shiro.crypto">SecureRandomNumberGenerator</a></dt>
<dd>
<div class="block">Seeds the backing <a href="https://docs.oracle.com/javase/6/docs/api/java/security/SecureRandom.html?is-external=true" title="class or interface in java.security"><code>SecureRandom</code></a> instance with additional seed data.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html#setSource-org.apache.shiro.util.ByteSource-">setSource(ByteSource)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</a></dt>
<dd>
<div class="block">Sets the source data that will be hashed by a <a href="org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><code>HashService</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html#setSource-java.lang.Object-">setSource(Object)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/HashRequest.Builder.html" title="class in org.apache.shiro.crypto.hash">HashRequest.Builder</a></dt>
<dd>
<div class="block">Sets the source data that will be hashed by a <a href="org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><code>HashService</code></a>.</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:A-"><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:A-"><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><a href="org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash"><span class="typeNameLink">Sha1Hash</span></a> - Class in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">Generates an SHA-1 Hash (Secure Hash Standard, NIST FIPS 180-1) from a given input <tt>source</tt> with an
optional <tt>salt</tt> and hash iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha1Hash.html#Sha1Hash--">Sha1Hash()</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha1Hash.html#Sha1Hash-java.lang.Object-">Sha1Hash(Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha1Hash.html#Sha1Hash-java.lang.Object-java.lang.Object-">Sha1Hash(Object, Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha1Hash.html#Sha1Hash-java.lang.Object-java.lang.Object-int-">Sha1Hash(Object, Object, int)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha1Hash.html" title="class in org.apache.shiro.crypto.hash">Sha1Hash</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash"><span class="typeNameLink">Sha256Hash</span></a> - Class in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">Generates an SHA-256 Hash from a given input <tt>source</tt> with an optional <tt>salt</tt> and hash iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha256Hash.html#Sha256Hash--">Sha256Hash()</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha256Hash.html#Sha256Hash-java.lang.Object-">Sha256Hash(Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha256Hash.html#Sha256Hash-java.lang.Object-java.lang.Object-">Sha256Hash(Object, Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha256Hash.html#Sha256Hash-java.lang.Object-java.lang.Object-int-">Sha256Hash(Object, Object, int)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha256Hash.html" title="class in org.apache.shiro.crypto.hash">Sha256Hash</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash"><span class="typeNameLink">Sha384Hash</span></a> - Class in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">Generates an SHA-384 Hash from a given input <tt>source</tt> with an optional <tt>salt</tt> and hash iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha384Hash.html#Sha384Hash--">Sha384Hash()</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha384Hash.html#Sha384Hash-java.lang.Object-">Sha384Hash(Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha384Hash.html#Sha384Hash-java.lang.Object-java.lang.Object-">Sha384Hash(Object, Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha384Hash.html#Sha384Hash-java.lang.Object-java.lang.Object-int-">Sha384Hash(Object, Object, int)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha384Hash.html" title="class in org.apache.shiro.crypto.hash">Sha384Hash</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash"><span class="typeNameLink">Sha512Hash</span></a> - Class in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">Generates an SHA-512 Hash from a given input <tt>source</tt> with an optional <tt>salt</tt> and hash iterations.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha512Hash.html#Sha512Hash--">Sha512Hash()</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha512Hash.html#Sha512Hash-java.lang.Object-">Sha512Hash(Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha512Hash.html#Sha512Hash-java.lang.Object-java.lang.Object-">Sha512Hash(Object, Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/Sha512Hash.html#Sha512Hash-java.lang.Object-java.lang.Object-int-">Sha512Hash(Object, Object, int)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/Sha512Hash.html" title="class in org.apache.shiro.crypto.hash">Sha512Hash</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format"><span class="typeNameLink">Shiro1CryptFormat</span></a> - Class in <a href="org/apache/shiro/crypto/hash/format/package-summary.html">org.apache.shiro.crypto.hash.format</a></dt>
<dd>
<div class="block">The <code>Shiro1CryptFormat</code> is a fully reversible
<a href="http://packages.python.org/passlib/modular_crypt_format.html">Modular Crypt Format</a> (MCF).</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html#Shiro1CryptFormat--">Shiro1CryptFormat()</a></span> - Constructor for class org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/Shiro1CryptFormat.html" title="class in org.apache.shiro.crypto.hash.format">Shiro1CryptFormat</a></dt>
<dd>&nbsp;</dd>
<dt><a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash"><span class="typeNameLink">SimpleHash</span></a> - Class in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">A <code>Hash</code> implementation that allows any <a href="https://docs.oracle.com/javase/6/docs/api/java/security/MessageDigest.html?is-external=true" title="class or interface in java.security"><code>MessageDigest</code></a> algorithm name to
be used.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#SimpleHash-java.lang.String-">SimpleHash(String)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Creates an new instance with only its <code>algorithmName</code> set - no hashing is performed.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#SimpleHash-java.lang.String-java.lang.Object-">SimpleHash(String, Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Creates an <code>algorithmName</code>-specific hash of the specified <code>source</code> with no <code>salt</code> using a
single hash iteration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#SimpleHash-java.lang.String-java.lang.Object-java.lang.Object-">SimpleHash(String, Object, Object)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Creates an <code>algorithmName</code>-specific hash of the specified <code>source</code> using the given <code>salt</code>
using a single hash iteration.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#SimpleHash-java.lang.String-java.lang.Object-java.lang.Object-int-">SimpleHash(String, Object, Object, int)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Creates an <code>algorithmName</code>-specific hash of the specified <code>source</code> using the given
<code>salt</code> a total of <code>hashIterations</code> times.</div>
</dd>
<dt><a href="org/apache/shiro/crypto/hash/SimpleHashRequest.html" title="class in org.apache.shiro.crypto.hash"><span class="typeNameLink">SimpleHashRequest</span></a> - Class in <a href="org/apache/shiro/crypto/hash/package-summary.html">org.apache.shiro.crypto.hash</a></dt>
<dd>
<div class="block">Simple implementation of <a href="org/apache/shiro/crypto/hash/HashRequest.html" title="interface in org.apache.shiro.crypto.hash"><code>HashRequest</code></a> that can be used when interacting with a <a href="org/apache/shiro/crypto/hash/HashService.html" title="interface in org.apache.shiro.crypto.hash"><code>HashService</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHashRequest.html#SimpleHashRequest-java.lang.String-org.apache.shiro.util.ByteSource-org.apache.shiro.util.ByteSource-int-">SimpleHashRequest(String, ByteSource, ByteSource, int)</a></span> - Constructor for class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHashRequest.html" title="class in org.apache.shiro.crypto.hash">SimpleHashRequest</a></dt>
<dd>
<div class="block">Creates a new SimpleHashRequest instance.</div>
</dd>
</dl>
<a name="I:T">
<!-- -->
</a>
<h2 class="title">T</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#toBase64--">toBase64()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns a Base64-encoded string of the underlying <a href="org/apache/shiro/crypto/hash/AbstractHash.html#getBytes--"><code>byte array</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#toBase64--">toBase64()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Returns a Base64-encoded string of the underlying <a href="org/apache/shiro/crypto/hash/SimpleHash.html#getBytes--"><code>byte array</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#toByteSource-java.lang.Object-">toByteSource(Object)</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Converts a given object into a <code>ByteSource</code> instance.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#toHex--">toHex()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Returns a hex-encoded string of the underlying <a href="org/apache/shiro/crypto/hash/AbstractHash.html#getBytes--"><code>byte array</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#toHex--">toHex()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Returns a hex-encoded string of the underlying <a href="org/apache/shiro/crypto/hash/SimpleHash.html#getBytes--"><code>byte array</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/ModularCryptFormat.html#TOKEN_DELIMITER">TOKEN_DELIMITER</a></span> - Static variable in interface org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/ModularCryptFormat.html" title="interface in org.apache.shiro.crypto.hash.format">ModularCryptFormat</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/AbstractHash.html#toString--">toString()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/AbstractHash.html" title="class in org.apache.shiro.crypto.hash">AbstractHash</a></dt>
<dd>
<div class="block"><span class="deprecatedLabel">Deprecated.</span></div>
<div class="block">Simple implementation that merely returns <a href="org/apache/shiro/crypto/hash/AbstractHash.html#toHex--"><code>toHex()</code></a>.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/SimpleHash.html#toString--">toString()</a></span> - Method in class org.apache.shiro.crypto.hash.<a href="org/apache/shiro/crypto/hash/SimpleHash.html" title="class in org.apache.shiro.crypto.hash">SimpleHash</a></dt>
<dd>
<div class="block">Simple implementation that merely returns <a href="org/apache/shiro/crypto/hash/SimpleHash.html#toHex--"><code>toHex()</code></a>.</div>
</dd>
</dl>
<a name="I:U">
<!-- -->
</a>
<h2 class="title">U</h2>
<dl>
<dt><a href="org/apache/shiro/crypto/UnknownAlgorithmException.html" title="class in org.apache.shiro.crypto"><span class="typeNameLink">UnknownAlgorithmException</span></a> - Exception in <a href="org/apache/shiro/crypto/package-summary.html">org.apache.shiro.crypto</a></dt>
<dd>
<div class="block">Exception thrown when attempting to lookup or use a cryptographic algorithm that does not exist in the current
JVM environment.</div>
</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/UnknownAlgorithmException.html#UnknownAlgorithmException-java.lang.String-">UnknownAlgorithmException(String)</a></span> - Constructor for exception org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/UnknownAlgorithmException.html" title="class in org.apache.shiro.crypto">UnknownAlgorithmException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/UnknownAlgorithmException.html#UnknownAlgorithmException-java.lang.Throwable-">UnknownAlgorithmException(Throwable)</a></span> - Constructor for exception org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/UnknownAlgorithmException.html" title="class in org.apache.shiro.crypto">UnknownAlgorithmException</a></dt>
<dd>&nbsp;</dd>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/UnknownAlgorithmException.html#UnknownAlgorithmException-java.lang.String-java.lang.Throwable-">UnknownAlgorithmException(String, Throwable)</a></span> - Constructor for exception org.apache.shiro.crypto.<a href="org/apache/shiro/crypto/UnknownAlgorithmException.html" title="class in org.apache.shiro.crypto">UnknownAlgorithmException</a></dt>
<dd>&nbsp;</dd>
</dl>
<a name="I:V">
<!-- -->
</a>
<h2 class="title">V</h2>
<dl>
<dt><span class="memberNameLink"><a href="org/apache/shiro/crypto/hash/format/ProvidedHashFormat.html#valueOf-java.lang.String-">valueOf(String)</a></span> - Static method in enum org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/ProvidedHashFormat.html" title="enum in org.apache.shiro.crypto.hash.format">ProvidedHashFormat</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#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/hash/format/ProvidedHashFormat.html#values--">values()</a></span> - Static method in enum org.apache.shiro.crypto.hash.format.<a href="org/apache/shiro/crypto/hash/format/ProvidedHashFormat.html" title="enum in org.apache.shiro.crypto.hash.format">ProvidedHashFormat</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/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:F">F</a>&nbsp;<a href="#I:G">G</a>&nbsp;<a href="#I:H">H</a>&nbsp;<a href="#I:I">I</a>&nbsp;<a href="#I:J">J</a>&nbsp;<a href="#I:L">L</a>&nbsp;<a href="#I:M">M</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:R">R</a>&nbsp;<a href="#I:S">S</a>&nbsp;<a href="#I:T">T</a>&nbsp;<a href="#I:U">U</a>&nbsp;<a href="#I:V">V</a>&nbsp;</div>
<!-- ======= START OF BOTTOM NAVBAR ====== -->
<div class="bottomNav"><a name="navbar.bottom">
<!-- -->
</a>
<div class="skipNav"><a href="#skip.navbar.bottom" title="Skip navigation links">Skip navigation links</a></div>
<a name="navbar.bottom.firstrow">
<!-- -->
</a>
<ul class="navList" title="Navigation">
<li><a href="overview-summary.html">Overview</a></li>
<li>Package</li>
<li>Class</li>
<li>Use</li>
<li><a href="overview-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">
<li>Prev</li>
<li>Next</li>
</ul>
<ul class="navList">
<li><a href="index.html?index-all.html" target="_top">Frames</a></li>
<li><a href="index-all.html" target="_top">No&nbsp;Frames</a></li>
</ul>
<ul class="navList" id="allclasses_navbar_bottom">
<li><a href="allclasses-noframe.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>
</div>
<a name="skip.navbar.bottom">
<!-- -->
</a></div>
<!-- ======== END OF BOTTOM NAVBAR ======= -->
<p class="legalCopy"><small>Copyright &#169; 2004&#x2013;2020 <a href="https://www.apache.org/">The Apache Software Foundation</a>. All rights reserved.</small></p>
</body>
</html>