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: uint8_array.Uint8Array)
  AesCtr(counter: uint8_array.Uint8Array, length: Int)
  RsaOaep
  RsaOaepWith(label: uint8_array.Uint8Array)
  Other(String)
}

Constructors

Search Document