RSA
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
Link copied to clipboard
The underlying SecKeyRef referencing the ephemeral key's private key.
Functions
Link copied to clipboard
abstract override fun signer(configure: DSLConfigureFn<EphemeralSignerConfiguration>): KmmResult<Signer.RSA>
Create a signer that signs using this EphemeralKey.