gossamer/crypto_key

Types

The CryptoKey dictionary of the Web Crypto API represents a cryptographic key.

pub type CryptoKey

Values

pub fn algorithm(key: CryptoKey) -> dynamic.Dynamic
pub fn extractable(key: CryptoKey) -> Bool
pub fn usages(key: CryptoKey) -> List(key_usage.KeyUsage)
Search Document