EcPrivateKeyDoubleCoordinate
data class EcPrivateKeyDoubleCoordinate(val curve: EcCurve, val d: ByteArray, val x: ByteArray, val y: ByteArray) : EcPrivateKey
EC Private Key with two coordinates.
Parameters
x
the X coordinate of the public key.
y
the Y coordinate of the public key.