libnick 2025.9.1
A cross-platform base for native Nickvision applications.
Loading...
Searching...
No Matches
Nickvision::Keyring Namespace Reference

Classes

class  Credential
 A model of a credential stored in a keyring. More...
 
class  Keyring
 A model of a keyring object for managing credentials. More...
 
class  PasswordGenerator
 A random password generator. More...
 

Enumerations

enum class  PasswordContent {
  Numeric = 1 , Uppercase = 2 , Lowercase = 4 , Special = 8 ,
  Space = 16
}
 Flags to describe the content of a password. More...
 

Enumeration Type Documentation

◆ PasswordContent

Flags to describe the content of a password.

Enumerator
Numeric 

The password contains numeric characters.

Uppercase 

The password contains uppercase characters.

Lowercase 

The password contains lowercase characters.

Special 

The password contains special characters.

Space 

The password contains spaces.