Brr_webcrypto.Crypto_keyCryptoKey interface.
module Type : sig ... endThe key type enumeration.
module Usage : sig ... endThe key usage enumeration.
module Format : sig ... endThe key format enumeration.
Forward declaration of Crypto_algo.t
The type for CryptoKey object.
val extractable : t -> boolextractable k indicates if k can be extracted with Subtle_crypto.export_key or Subtle_crypto.wrap_key.
algorithm k describes the algorithm for which this can be used an associated parameters.
The type for CryptoKeyPair objects.