Class: publicKey

sjcl.ecc.basicKey.publicKey

new publicKey(curve, point)

ecc publicKey.
Parameters:
Name Type Description
curve curve the elliptic curve
point point the point on the curve
Source:

Methods

get()

get this keys point data
Source:
Returns:
x and y as bitArrays