Daniel Jimenez Becerra [http://community.jboss.org/people/danielfjb] created the discussion
"Re: HMAC_SHA1 encryption using TOTP (javax.crypto.MAC) performance problems in SPARC" To view the discussion, visit: http://community.jboss.org/message/603792#603792 -------------------------------------------------------------- I found the problem. In the SPARC the java.security (jre/lib/security) the priority encryption provider has performance problems. I put that with the less priority of the list. Run it again and it works just like in the x86. Actually they have a configuration file related to the security Provider listing some algotithms, excluding them for performance problems. They need to add the HMAC_SHA1 Thanks! -------------------------------------------------------------- Reply to this message by going to Community [http://community.jboss.org/message/603792#603792] Start a new discussion in Performance Tuning at Community [http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2078]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
