gossamer/key_usage

Types

pub type KeyUsage {
  Decrypt
  DeriveBits
  DeriveKey
  Encrypt
  Sign
  UnwrapKey
  Verify
  WrapKey
  Other(String)
}

Constructors

  • Decrypt
  • DeriveBits
  • DeriveKey
  • Encrypt
  • Sign
  • UnwrapKey
  • Verify
  • WrapKey
  • Other(String)
Search Document