gossamer/subtle_crypto/wrap_algorithm
Types
Algorithm parameters for subtle_crypto.wrap_key and unwrap_key.
Non-standard or unnamed algorithms use Other(String).
pub type WrapAlgorithm {
AesCbc(iv: typed_array.TypedArray)
AesCtr(counter: typed_array.TypedArray, length: Int)
RsaOaep
RsaOaepWith(label: typed_array.TypedArray)
Other(String)
}
Constructors
-
AesCbc(iv: typed_array.TypedArray) -
AesCtr(counter: typed_array.TypedArray, length: Int) -
RsaOaep -
RsaOaepWith(label: typed_array.TypedArray) -
Other(String)