<div dir="ltr">Hi Dev Team,<div><br></div><div>I am trying to create Credential, unable to use the "<a href="http://www.w3.org/2001/04/xmlenc#aes128-cbc">http://www.w3.org/2001/04/xmlenc#aes128-cbc</a>".</div><div><br></div><div><div>Credential symmetricCredential = CredentialSupport</div><div><span class="" style="white-space:pre">                </span>                                      .getSimpleCredential(KeySupport</div><div>.generateKey("<a href="http://www.w3.org/2001/04/xmlenc#aes128-cbc">http://www.w3.org/2001/04/xmlenc#aes128-cbc</a>",1024,null));</div></div><div><br></div><div>Getting error, </div><div><br></div><div> java.security.NoSuchAlgorithmException: <a href="http://www.w3.org/2001/04/xmlenc#aes128-cbc">http://www.w3.org/2001/04/xmlenc#aes128-cbc</a> KeyGenerator not available<br></div><div><br></div><div>Is something related to JCE policy files?</div><div><br></div><div>Thanks,</div><div>Punit</div></div>