Preparing search index...
The search index is not available
@xylabs/sdk-js
@xylabs/sdk-js
Crypto
DSAKeyPairOptions
Interface DSAKeyPairOptions<PubF, PrivF>
interface
DSAKeyPairOptions
<
PubF
,
PrivF
>
{
divisorLength
:
number
;
modulusLength
:
number
;
privateKeyEncoding
:
BasePrivateKeyEncodingOptions
<
PrivF
>
&
{
type
:
"pkcs8"
;
}
;
publicKeyEncoding
:
{
format
:
PubF
;
type
:
"spki"
;
}
;
}
Type Parameters
PubF
extends
Crypto
.
KeyFormat
PrivF
extends
Crypto
.
KeyFormat
Index
Properties
divisor
Length
modulus
Length
private
Key
Encoding
public
Key
Encoding
Properties
divisor
Length
divisor
Length
:
number
Size of q in bits
modulus
Length
modulus
Length
:
number
Key size in bits
private
Key
Encoding
private
Key
Encoding
:
BasePrivateKeyEncodingOptions
<
PrivF
>
&
{
type
:
"pkcs8"
;
}
public
Key
Encoding
public
Key
Encoding
:
{
format
:
PubF
;
type
:
"spki"
;
}
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
divisor
Length
modulus
Length
private
Key
Encoding
public
Key
Encoding
@xylabs/sdk-js
Loading...
Size of q in bits