Class “CryptoKey”
Represents an in-memory cryptographic key to be used with the SubtleCrypto
API.
Type: | CryptoKey extends Object |
Constructor: | private |
Singleton: | No |
Namespace: | global |
Direct subclasses: | None |
JSX Support: | No |
Properties
algorithm
Type: | {name: 'ECDH', namedCurve: 'P-256'} |
Settable: | No |
extractable
Type: | boolean |
Settable: | Yes |
type
Type: | 'secret' |
Settable: | No |
usages
Type: | string[] |
Settable: | No |