toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.crypto
/
RSAKeyPairOptions
RSAKey
Pair
Options
sealed
external
interface
RSAKeyPairOptions
<
PubF
:
KeyFormat
,
PrivF
:
KeyFormat
>
(
source
)
Inheritors
RSAKeyPairDerDerOptions
RSAKeyPairDerPemOptions
RSAKeyPairPemDerOptions
RSAKeyPairPemPemOptions
Members
Properties
modulus
Length
Link copied to clipboard
abstract
var
modulusLength
:
Double
Key size in bits
private
Key
Encoding
Link copied to clipboard
abstract
var
privateKeyEncoding
:
RSAKeyPairOptionsPrivateKeyEncoding
<
PrivF
>
public
Exponent
Link copied to clipboard
abstract
var
publicExponent
:
Double
?
Public exponent
public
Key
Encoding
Link copied to clipboard
abstract
var
publicKeyEncoding
:
RSAKeyPairOptionsPublicKeyEncoding
<
PubF
>