@haxall/haxall
Preparing search index...
node
crypto
ED448KeyPairOptions
Interface ED448KeyPairOptions<PubF, PrivF>
interface
ED448KeyPairOptions
<
PubF
extends
KeyFormat
,
PrivF
extends
KeyFormat
>
{
privateKeyEncoding
:
BasePrivateKeyEncodingOptions
<
PrivF
>
&
{
type
:
"pkcs8"
;
}
;
publicKeyEncoding
:
{
format
:
PubF
;
type
:
"spki"
}
;
}
Type Parameters
PubF
extends
KeyFormat
PrivF
extends
KeyFormat
Index
Properties
private
Key
Encoding
public
Key
Encoding
Properties
private
Key
Encoding
privateKeyEncoding
:
BasePrivateKeyEncodingOptions
<
PrivF
>
&
{
type
:
"pkcs8"
}
public
Key
Encoding
publicKeyEncoding
:
{
format
:
PubF
;
type
:
"spki"
}
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
private
Key
Encoding
public
Key
Encoding
@haxall/haxall
Loading...