edgeport - v1.0.3
Preparing search index...
kex
nistp256
P256KeyPair
Interface P256KeyPair
An ephemeral P-256 keypair: the private key and the uncompressed public point.
interface
P256KeyPair
{
privateKey
:
CryptoKey
;
publicKey
:
Uint8Array
;
}
Index
Properties
private
Key
public
Key
Properties
private
Key
privateKey
:
CryptoKey
public
Key
publicKey
:
Uint8Array
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
private
Key
public
Key
edgeport - v1.0.3
Loading...
An ephemeral P-256 keypair: the private key and the uncompressed public point.