fromPem

fun fromPem(pemEncoding: String, curve: EcCurve): EcPublicKey

Creates an EcPublicKey from a PEM encoded string.

Return

a new EcPublicKey.

Parameters

pemEncoding

the PEM encoded string.

curve

the curve of the key..