toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.crypto
/
RSAKeyPairPemDerOptions
RSAKey
Pair
Pem
Der
Options
external
interface
RSAKeyPairPemDerOptions
:
RSAKeyPairOptions
<
KeyFormat.pem
,
KeyFormat.der
>
(
source
)
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
<
KeyFormat.der
>
public
Exponent
Link copied to clipboard
abstract
var
publicExponent
:
Double
?
Public exponent
public
Key
Encoding
Link copied to clipboard
abstract
var
publicKeyEncoding
:
RSAKeyPairOptionsPublicKeyEncoding
<
KeyFormat.pem
>