Brr_webcrypto.Crypto_key
CryptoKey
interface.
module Type : sig ... end
The key type enumeration.
module Usage : sig ... end
The key usage enumeration.
module Format : sig ... end
The key format enumeration.
Forward declaration of Crypto_algo.t
The type for CryptoKey
object.
val extractable : t -> bool
extractable 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.