mirror of
https://github.com/maxgoedjen/secretive.git
synced 2025-05-10 04:57:22 +00:00
41 lines
557 B
Markdown
41 lines
557 B
Markdown
# ``SecretKit``
|
|
|
|
SecretKit is a collection of protocols describing secrets and stores.
|
|
|
|
## Topics
|
|
|
|
### Base Protocols
|
|
|
|
- ``Secret``
|
|
- ``SecretStore``
|
|
- ``SecretStoreModifiable``
|
|
|
|
### Store List
|
|
|
|
- ``SecretStoreList``
|
|
|
|
### Type Erasers
|
|
|
|
- ``AnySecret``
|
|
- ``AnySecretStore``
|
|
- ``AnySecretStoreModifiable``
|
|
|
|
### OpenSSH
|
|
|
|
- ``OpenSSHKeyWriter``
|
|
- ``OpenSSHReader``
|
|
|
|
### Signing Process
|
|
|
|
- ``SigningRequestProvenance``
|
|
|
|
### Authentication Persistence
|
|
|
|
- ``PersistedAuthenticationContext``
|
|
|
|
### Errors
|
|
|
|
- ``KeychainError``
|
|
- ``SigningError``
|
|
- ``SecurityError``
|