Typescript Library Declarations (DOM)
Interface CryptoKeyPair
interface
CryptoKeyPair
{
privateKey
:
CryptoKey
;
publicKey
:
CryptoKey
;
}
Index
Properties
private
Key
public
Key
Properties
private
Key
private
Key
:
CryptoKey
public
Key
public
Key
:
CryptoKey
Settings
Member Visibility
Inherited
Theme
OS
Light
Dark
On This Page
Properties
private
Key
public
Key
Typescript Library Declarations (DOM)