Generates a hash code for the provided attribute value. This version of the method will simply create a hash code from the normalized form of the attribute value. For matching rules explicitly designed to work in cases where byte-for-byte comparisons of normalized values is not sufficient for determining equality (e.g., if the associated attribute syntax is based on hashed or encrypted values), then this method must be overridden to provide an appropriate implementation for that case.
@param attributeValue The attribute value for which to generatethe hash code.
@return The hash code generated for the provided attributevalue.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.