EcPublicKeyDoubleCoordinate
data class EcPublicKeyDoubleCoordinate(val curve: EcCurve, val x: ByteArray, val y: ByteArray) : EcPublicKey
EC Public Key with two coordinates.
Parameters
x
the X coordinate of the public key.
y
the Y coordinate of the public key.