扩展阅读
当前位置: 编程语言>java/jsp
java命名空间javax.security.auth.x500类x500principal的类成员方法: hashcode定义及介绍
发布时间:2014-2-18
本文导语:
hashcode
public int hashcode()
返回此 x500principal 的哈希码。
哈希码是通过以下方式计算的:getname(x500principal.canonical).hashcode()
指定者:接口 principal 中的 hashcode覆盖:类 object 中的 hashcode
返回:此 x500principal 的哈希码另请参见:...