blob: aef370f62c1db04d0a602a33b7a7e4ad192620e2 [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 May 02 22:21:25 CEST 2020 -->
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Index (Apache Shiro :: Cryptography :: Hashing 1.5.3 API)</title>
<meta name="date" content="2020-05-02">
<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 :: Hashing 1.5.3 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: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:S">S</a>&nbsp;<a href="#I:T">T</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><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><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><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>
</dl>
<a name="I:D">
<!-- -->
</a>
<h2 class="title">D</h2>
<dl>
<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 <code>SecureRandomNumberGenerator</code>()
<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/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/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/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/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/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/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/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>
</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/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: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>
</dl>
<a name="I:O">
<!-- -->
</a>
<h2 class="title">O</h2>
<dl>
<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/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:S">
<!-- -->
</a>
<h2 class="title">S</h2>
<dl>
<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/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/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/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/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/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/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><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: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/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>
</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: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:S">S</a>&nbsp;<a href="#I:T">T</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>