Crypto

object Crypto
class Object
trait Matchable
class Any

Value members

Concrete methods

def fromCLPublicKey(cLpublicKey: CLPublicKey): PublicKey
def newKeyPair(algo: String, ellipticCurve: String): KeyPair
def toCLPublicKey(publicKey: PublicKey): CLPublicKey
@throws(scala.throws.$lessinit$greater$default$1[java.io.IOException])
def toPem(data: AnyRef): String

Writes key objects to pem strings

Writes key objects to pem strings

Value Params
data

: data to write into pem String

Returns

Pem String

Concrete fields

val converter: JcaPEMKeyConverter