<html><head><meta http-equiv="content-type" content="text/html; charset=utf-8"></head><body dir="auto"><div><br><br><pre style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); "><span class="new" style="color: blue; ">+ /**</span>
<span class="new" style="color: blue; ">+ * Gets the name of the protection algorithm.</span>
<span class="new" style="color: blue; ">+ * If none was set then the default algorithm name is returned.</span>
<span class="new" style="color: blue; ">+ * The default algorithm name for a given keystore type is set using the</span>
<span class="new" style="color: blue; ">+ * {@code 'keystore.<type>.entryProtectionAlgorithm'} Security property.</span>
<span class="new" style="color: blue; ">+ * For example, the</span>
<span class="new" style="color: blue; ">+ * {@code keystore.PKCS12.entryProtectionAlgorithm} property stores the</span>
<span class="new" style="color: blue; ">+ * name of the default entry protection algorithm used for PKCS12</span>
<span class="new" style="color: blue; ">+ * keystores.</span>
<span class="new" style="color: blue; ">+ *</span></pre><pre style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); "><font color="#0000ff">I didn't see the security property used in the pkcs12 codes.</font></pre><pre style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); "><br></pre><pre style="-webkit-tap-highlight-color: rgba(26, 26, 26, 0.296875); -webkit-composition-fill-color: rgba(175, 192, 227, 0.230469); -webkit-composition-frame-color: rgba(77, 128, 180, 0.230469); "><font color="#0000ff">-Max</font></pre>On Jan 19, 2013, at 3:53, Vincent Ryan <<a href="mailto:vincent.x.ryan@oracle.com">vincent.x.ryan@oracle.com</a>> wrote:<br><br></div><blockquote type="cite"><div>Hello,<br><br>Please review the fix for 8006591. It introduces a mechanism to enable<div>stronger PBE algorithms to be specified when encrypting a keystore entry.</div><div>This allows developers to make use of the new PBE algorithms delivered in</div><div>JEP-121. Note however that PKCS12 is currently the only keystore that</div><div>supports this new feature.</div><div><br></div><div>It is a component of the JEP-166 delivery.<br><br>Webrev: <a href="http://cr.openjdk.java.net/~vinnie/8006591/webrev.00/">http://cr.openjdk.java.net/~vinnie/8006591/webrev.00/</a><br><br>Thanks.</div></div></blockquote></body></html>