ImportableKey

This interface defines what is required for a key to be importable

Functions

Link copied to clipboard
abstract fun initializeFromJwk(jwk: JWK)

Initializes key from JWK

Link copied to clipboard
abstract fun initializeFromPem(pem: String)

Initializes key from PEM string