toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.crypto
/
DSAKeyPairOptions
DSAKey
Pair
Options
sealed
external
interface
DSAKeyPairOptions
<
PubF
:
KeyFormat
,
PrivF
:
KeyFormat
>
(
source
)
Inheritors
DSAKeyPairDerDerOptions
DSAKeyPairDerPemOptions
DSAKeyPairPemDerOptions
DSAKeyPairPemPemOptions
Members
Properties
divisor
Length
Link copied to clipboard
abstract
var
divisorLength
:
Double
Size of q in bits
modulus
Length
Link copied to clipboard
abstract
var
modulusLength
:
Double
Key size in bits
private
Key
Encoding
Link copied to clipboard
abstract
var
privateKeyEncoding
:
DSAKeyPairOptionsPrivateKeyEncoding
<
PrivF
>
public
Key
Encoding
Link copied to clipboard
abstract
var
publicKeyEncoding
:
DSAKeyPairOptionsPublicKeyEncoding
<
PubF
>