igcv3 - v1.1.0
GitHub
Preparing search index...
services/ecc-provider
EccKeyPair
Interface EccKeyPair
Key pair result from ECC generation
interface
EccKeyPair
{
privateKey
:
CryptoKey
;
publicKey
:
CryptoKey
;
algorithm
:
EccAlgorithm
;
curve
?:
EcdsaCurve
;
}
Index
Properties
private
Key
public
Key
algorithm
curve?
Properties
private
Key
privateKey
:
CryptoKey
public
Key
publicKey
:
CryptoKey
algorithm
algorithm
:
EccAlgorithm
Optional
curve
curve
?:
EcdsaCurve
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
private
Key
public
Key
algorithm
curve
Documentation
GitHub
igcv3 - v1.1.0
Loading...
Key pair result from ECC generation