igcv3 - v1.1.0
GitHub
Preparing search index...
services/pki.service
EccGeneratedKeyPair
Interface EccGeneratedKeyPair
ECC generated key pair (WebCrypto)
interface
EccGeneratedKeyPair
{
type
:
"ecdsa"
|
"ed25519"
;
keyPair
:
EccKeyPair
;
privateKeyPem
:
string
;
publicKeyPem
:
string
;
}
Index
Properties
type
key
Pair
private
Key
Pem
public
Key
Pem
Properties
type
type
:
"ecdsa"
|
"ed25519"
key
Pair
keyPair
:
EccKeyPair
private
Key
Pem
privateKeyPem
:
string
public
Key
Pem
publicKeyPem
:
string
Settings
Member Visibility
Protected
Private
Inherited
External
Theme
OS
Light
Dark
On This Page
Properties
type
key
Pair
private
Key
Pem
public
Key
Pem
Documentation
GitHub
igcv3 - v1.1.0
Loading...
ECC generated key pair (WebCrypto)