Operation
script
0.0.1
Operation
Required Associated Types
RegisteredAlgorithm
Implementors
In script::
dom::
subtlecrypto
script
::
dom
::
subtlecrypto
Trait
Operation
Copy item path
Source
trait Operation { type
RegisteredAlgorithm
:
NormalizedAlgorithm
; }
Required Associated Types
§
Source
type
RegisteredAlgorithm
:
NormalizedAlgorithm
Implementors
§
Source
§
impl
Operation
for
DecapsulateOperation
Source
§
type
RegisteredAlgorithm
=
DecapsulateAlgorithm
Source
§
impl
Operation
for
DecryptOperation
Source
§
type
RegisteredAlgorithm
=
DecryptAlgorithm
Source
§
impl
Operation
for
DeriveBitsOperation
Source
§
type
RegisteredAlgorithm
=
DeriveBitsAlgorithm
Source
§
impl
Operation
for
DigestOperation
Source
§
type
RegisteredAlgorithm
=
DigestAlgorithm
Source
§
impl
Operation
for
EncapsulateOperation
Source
§
type
RegisteredAlgorithm
=
EncapsulateAlgorithm
Source
§
impl
Operation
for
EncryptOperation
Source
§
type
RegisteredAlgorithm
=
EncryptAlgorithm
Source
§
impl
Operation
for
ExportKeyOperation
Source
§
type
RegisteredAlgorithm
=
ExportKeyAlgorithm
Source
§
impl
Operation
for
GenerateKeyOperation
Source
§
type
RegisteredAlgorithm
=
GenerateKeyAlgorithm
Source
§
impl
Operation
for
GetKeyLengthOperation
Source
§
type
RegisteredAlgorithm
=
GetKeyLengthAlgorithm
Source
§
impl
Operation
for
GetPublicKeyOperation
Source
§
type
RegisteredAlgorithm
=
GetPublicKeyAlgorithm
Source
§
impl
Operation
for
ImportKeyOperation
Source
§
type
RegisteredAlgorithm
=
ImportKeyAlgorithm
Source
§
impl
Operation
for
SignOperation
Source
§
type
RegisteredAlgorithm
=
SignAlgorithm
Source
§
impl
Operation
for
UnwrapKeyOperation
Source
§
type
RegisteredAlgorithm
=
UnwrapKeyAlgorithm
Source
§
impl
Operation
for
VerifyOperation
Source
§
type
RegisteredAlgorithm
=
VerifyAlgorithm
Source
§
impl
Operation
for
WrapKeyOperation
Source
§
type
RegisteredAlgorithm
=
WrapKeyAlgorithm