hashCode

open override fun hashCode(): Int(source)

Computes the hash code value for this PublicKey object.

The hash code is computed based on the key curve and value of the PublicKey object. Two PublicKey objects that are equal according to the equals method will have the same hash code.

Return

The hash code value for this PublicKey object.