RSA

interface RSA : EphemeralKey(source)

An EphemeralKey suitable for RSA operations.

Properties

Link copied to clipboard

The underlying JCA PrivateKey object.

The underlying JCA PrivateKey object.

Link copied to clipboard
abstract override val publicKey: CryptoPublicKey.Rsa

Functions

Link copied to clipboard
abstract override fun signer(configure: DSLConfigureFn<EphemeralSignerConfiguration>): KmmResult<Signer.RSA>

Create a signer that signs using this EphemeralKey.