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