toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
kotlin-node
/
node.crypto
/
DSAKeyPairPemDerOptions
DSAKey
Pair
Pem
Der
Options
external
interface
DSAKeyPairPemDerOptions
:
DSAKeyPairOptions
<
KeyFormat.pem
,
KeyFormat.der
>
(
source
)
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
<
KeyFormat.der
>
public
Key
Encoding
Link copied to clipboard
abstract
var
publicKeyEncoding
:
DSAKeyPairOptionsPublicKeyEncoding
<
KeyFormat.pem
>