Preparing search index...
The search index is not available
@bicycle-codes/crypto-util
@bicycle-codes/crypto-util
aes
create
Function create
create
(
opts
?:
{
alg
:
SymmAlg
;
length
:
number
}
)
:
Promise
<
CryptoKey
>
Create a new AES key.
Parameters
opts
:
{
alg
:
SymmAlg
;
length
:
number
}
= ...
Returns
Promise
<
CryptoKey
>
Settings
Member Visibility
Protected
Inherited
External
Theme
OS
Light
Dark
@bicycle-codes/crypto-util
Loading...
Create a new AES key.