Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
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
>