Documentation
¶
Index ¶
- func Make(a fyne.App, w fyne.Window) fyne.CanvasObject
- func NewPasswordGenerator(key *paw.Key) *pwgenDialog
- func PassphrasePasswordDefaultLength() int
- func PassphrasePasswordMaxLength() int
- func PassphrasePasswordMinLength() int
- func PinPasswordDefaultLength() int
- func PinPasswordMaxLength() int
- func PinPasswordMinLength() int
- func RandomPasswordDefaultFormat() paw.Format
- func RandomPasswordDefaultLength() int
- func RandomPasswordMaxLength() int
- func RandomPasswordMinLength() int
- func SetPassphrasePasswordDefaultLength(len int)
- func SetPassphrasePasswordMaxLength(len int)
- func SetPassphrasePasswordMinLength(len int)
- func SetPinPasswordDefaultLength(len int)
- func SetPinPasswordMaxLength(len int)
- func SetPinPasswordMinLength(len int)
- func SetRandomPasswordDefaultFormat(format paw.Format)
- func SetRandomPasswordDefaultLength(len int)
- func SetRandomPasswordMaxLength(len int)
- func SetRandomPasswordMinLength(len int)
- func SetTOTPDigits(digits int)
- func SetTOTPHash(len int)
- func SetTOTPInverval(interval int)
- func ShowErrorDialog(title string, err error, w fyne.Window)
- func TOTPDigits() int
- func TOTPHash() string
- func TOTPInverval() int
- type PassphrasePasswordOptions
- type PinPasswordOptions
- type RandomPasswordOptions
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Make ¶
func Make(a fyne.App, w fyne.Window) fyne.CanvasObject
Make returns the fyne user interface
func NewPasswordGenerator ¶ added in v0.11.0
func PassphrasePasswordDefaultLength ¶ added in v0.11.0
func PassphrasePasswordDefaultLength() int
func PassphrasePasswordMaxLength ¶ added in v0.11.0
func PassphrasePasswordMaxLength() int
func PassphrasePasswordMinLength ¶ added in v0.11.0
func PassphrasePasswordMinLength() int
func PinPasswordDefaultLength ¶ added in v0.11.0
func PinPasswordDefaultLength() int
func PinPasswordMaxLength ¶ added in v0.11.0
func PinPasswordMaxLength() int
func PinPasswordMinLength ¶ added in v0.11.0
func PinPasswordMinLength() int
func RandomPasswordDefaultFormat ¶ added in v0.11.0
func RandomPasswordDefaultLength ¶ added in v0.11.0
func RandomPasswordDefaultLength() int
func RandomPasswordMaxLength ¶ added in v0.11.0
func RandomPasswordMaxLength() int
func RandomPasswordMinLength ¶ added in v0.11.0
func RandomPasswordMinLength() int
func SetPassphrasePasswordDefaultLength ¶ added in v0.11.0
func SetPassphrasePasswordDefaultLength(len int)
func SetPassphrasePasswordMaxLength ¶ added in v0.11.0
func SetPassphrasePasswordMaxLength(len int)
func SetPassphrasePasswordMinLength ¶ added in v0.11.0
func SetPassphrasePasswordMinLength(len int)
func SetPinPasswordDefaultLength ¶ added in v0.11.0
func SetPinPasswordDefaultLength(len int)
func SetPinPasswordMaxLength ¶ added in v0.11.0
func SetPinPasswordMaxLength(len int)
func SetPinPasswordMinLength ¶ added in v0.11.0
func SetPinPasswordMinLength(len int)
func SetRandomPasswordDefaultFormat ¶ added in v0.11.0
func SetRandomPasswordDefaultLength ¶ added in v0.11.0
func SetRandomPasswordDefaultLength(len int)
func SetRandomPasswordMaxLength ¶ added in v0.11.0
func SetRandomPasswordMaxLength(len int)
func SetRandomPasswordMinLength ¶ added in v0.11.0
func SetRandomPasswordMinLength(len int)
func SetTOTPDigits ¶ added in v0.10.0
func SetTOTPDigits(digits int)
func SetTOTPHash ¶ added in v0.10.0
func SetTOTPHash(len int)
func SetTOTPInverval ¶ added in v0.10.0
func SetTOTPInverval(interval int)
func ShowErrorDialog ¶ added in v0.12.0
func TOTPDigits ¶ added in v0.10.0
func TOTPDigits() int
func TOTPInverval ¶ added in v0.10.0
func TOTPInverval() int
Types ¶
type PassphrasePasswordOptions ¶ added in v0.11.0
type PinPasswordOptions ¶ added in v0.11.0
type RandomPasswordOptions ¶ added in v0.11.0
Click to show internal directories.
Click to hide internal directories.