Keys

data class Keys(sdkPrivateKeyEncoded: ByteArray, acsPublicKeyEncoded: ByteArray) : Serializable, Parcelable

Override equals and hashCode to support equality checks for ByteArray.

Constructors

Link copied to clipboard
constructor(sdkPrivateKeyEncoded: ByteArray, acsPublicKeyEncoded: ByteArray)

Functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)