Expand description
ยงBitwarden Vault
Defines the data model for the vault items both encrypted and decrypted. It also handles conversions
between the two states by implementing Encryptable
.
Modulesยง
- cipher ๐
- collection ๐
- collection_
client ๐ - domain ๐
- error ๐
- folder ๐
- folder_
client ๐ - password_
history ๐ - password_
history_ ๐client - sync ๐
- totp ๐
- totp_
client ๐ - uniffi_
support ๐ - vault_
client ๐
Structsยง
- Attachment
- Attachment
Encrypt Result - Attachment
File - Attachment
File View - Attachment
View - Attachments
Client - Card
View - Cipher
- Cipher
List View - Cipher
View - Ciphers
Client - Collection
- Collection
View - Collections
Client - Encryption
Context - Fido2
Credential - Fido2
Credential Full View - Fido2
Credential NewView - Fido2
Credential View - Field
View - Folder
- Folder
View - Folders
Client - Global
Domains - Identity
View - Login
- Login
List View - Login
UriView - Login
View - Password
History - Password
History Client - Password
History View - Secure
Note View - SshKey
View - Sync
Request - Sync
Response - Totp
- TOTP representation broken down into its components.
- Totp
Client - Totp
Response - Vault
Client
Enumsยง
- Card
Brand - Cipher
Error - Cipher
List View Type - Cipher
Reprompt Type - Cipher
Type - Decrypt
Error - Generic error type for decryption errors
- Decrypt
File Error - Generic error type for decryption errors
- Encrypt
Error - Generic error type for vault encryption errors.
- Encrypt
File Error - Generic error type for vault encryption errors.
- Secure
Note Type - Totp
Algorithm - Totp
Error - UriMatch
Type - Vault
Parse Error
Constantsยง
- UNIFFI_
META_ ๐CONST_ NAMESPACE_ BITWARDEN_ VAULT - Export namespace metadata.
Traitsยง
Functionsยง
- generate_
totp - Generate a OATH or RFC 6238 TOTP code from a provided key.
- generate_
totp_ cipher_ view - Generate a OATH or RFC 6238 TOTP code from a provided CipherListView.