Preparing search index...
The search index is not available
@xylabs/sdk-js
@xylabs/sdk-js
Crypto
X25519KeyPairOptions
Interface X25519KeyPairOptions<PubF, PrivF>
interface
X25519KeyPairOptions
<
PubF
,
PrivF
>
{
privateKeyEncoding
:
BasePrivateKeyEncodingOptions
<
PrivF
>
&
{
type
:
"pkcs8"
;
}
;
publicKeyEncoding
:
{
format
:
PubF
;
type
:
"spki"
;
}
;
}
Type Parameters
PubF
extends
Crypto
.
KeyFormat
PrivF
extends
Crypto
.
KeyFormat
Index
Properties
private
Key
Encoding
public
Key
Encoding
Properties
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
private
Key
Encoding
public
Key
Encoding
@xylabs/sdk-js
Loading...