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