Documentation ¶
Index ¶
- Constants
- type Config
- type Driver
- func (d *Driver) ConfigName() string
- func (d *Driver) DriverName() string
- func (d *Driver) Flush()
- func (d *Driver) Login(requestUserLogin pm.LoginInputCallbackFunc) error
- func (d *Driver) Subscribe(subID string) ([]byte, error)
- func (d *Driver) Sync(ctx context.Context) (<-chan pm.CredentialUpdate, error)
- func (d *Driver) Update(key string, data []byte) error
Constants ¶
View Source
const ( AES_256_CBC_B64 suiteKind = 0 AES_128_CBC_HMAC_SHA256_B64 suiteKind = 1 AES_256_CBC_HMAC_SHA256_B64 suiteKind = 2 RSA_2048_OAEP_SHA256_B64 suiteKind = 3 RSA_2048_OAEP_SHA1_B64 suiteKind = 4 RSA_2048_OAEP_SHA256_HMAC_SHA256_B64 suiteKind = 5 RSA_2048_OAEP_SHA1_HMAC_SHA256_B64 suiteKind = 6 )
https://github.com/bitwarden/jslib/blob/master/src/enums/encryptionType.ts nolint:revive
View Source
const (
Name = "bitwarden"
)
nolint:revive
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Config ¶
Click to show internal directories.
Click to hide internal directories.