Preparing search index...
The search index is not available
NDNts
NDNts
@ndn/keychain
CryptoAlgorithm
GeneratedKeyPair
Interface GeneratedKeyPair<I>
Generated public/private key pair of an asymmetric algorithm.
interface
GeneratedKeyPair
<
I
>
{
info
:
I
;
jwkImportParams
:
AlgorithmIdentifier
;
privateKey
:
CryptoKey
;
publicKey
:
CryptoKey
;
spki
:
Uint8Array
;
}
Type Parameters
I
=
any
Hierarchy (
view full
)
CryptoAlgorithm
.
PrivateKey
<
I
>
CryptoAlgorithm
.
PublicKey
<
I
>
GeneratedKeyPair
Index
Properties
info
jwk
Import
Params
private
Key
public
Key
spki
Properties
info
info
:
I
jwk
Import
Params
jwk
Import
Params
:
AlgorithmIdentifier
private
Key
private
Key
:
CryptoKey
public
Key
public
Key
:
CryptoKey
spki
spki
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
info
jwk
Import
Params
private
Key
public
Key
spki
NDNts
Loading...
Generated public/private key pair of an asymmetric algorithm.