public void setEncodeHashAsBase64(boolean encodeHashAsBase64)(Code)
The encoded password is normally returned as Hex (32 char) version of the hash bytes. Setting this
property to true will cause the encoded pass to be returned as Base64 text, which will consume 24 characters.
Parameters: encodeHashAsBase64 - set to true for Base64 output
Methods inherited from org.acegisecurity.providers.encoding.BasePasswordEncoder