pub(crate) type EncapsulatedKey = EncapsulatedKey<DomTypeHolder>;Aliased Type§
pub(crate) struct EncapsulatedKey {
pub ciphertext: Option<RootedTraceableBox<TypedArray<ArrayBufferU8, Box<Heap<*mut JSObject>>>>>,
pub sharedKey: Option<Root<Dom<CryptoKey>>>,
}Fields§
§ciphertext: Option<RootedTraceableBox<TypedArray<ArrayBufferU8, Box<Heap<*mut JSObject>>>>>