ECThumbprint

Thumbprint computed from the EC key parameters crv (curve), x, and y (public key coordinates).

Constructors

Link copied to clipboard
constructor(crv: String, x: String, y: String)

Properties

Link copied to clipboard
val crv: String
Link copied to clipboard
val x: String
Link copied to clipboard
val y: String