Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
webcrypto
/
SubtleCrypto
/
encapsulateBits
M
encapsulateBits
Search the reference...
/
Build
Docs
Reference
Guides
Blog
Discord
/
node:crypto
/
webcrypto
/
SubtleCrypto
/
encapsulateBits
M
encapsulateBits
method
crypto.webcrypto.SubtleCrypto.encapsulateBits
encapsulateBits
(
encapsulationAlgorithm
:
AlgorithmIdentifier
,
encapsulationKey
:
CryptoKey
)
:
Promise
<
EncapsulatedBits
>
;
Referenced types
type
AlgorithmIdentifier
=
Algorithm
|
string
interface
CryptoKey
readonly
algorithm
:
KeyAlgorithm
readonly
extractable
:
boolean
readonly
type
:
KeyType
readonly
usages
:
KeyUsage
[]
interface
EncapsulatedBits
ciphertext
:
ArrayBuffer
sharedKey
:
ArrayBuffer