Documentation ¶
Index ¶
- type Store
- func (s *Store) Create(ctx context.Context, id string, alg *entities2.Algorithm, ...) (*entities.Key, error)
- func (s *Store) Decrypt(_ context.Context, id string, data []byte) ([]byte, error)
- func (s *Store) Delete(ctx context.Context, id string) error
- func (s *Store) Destroy(ctx context.Context, id string) error
- func (s *Store) Encrypt(_ context.Context, id string, data []byte) ([]byte, error)
- func (s *Store) Get(ctx context.Context, id string) (*entities.Key, error)
- func (s *Store) GetDeleted(ctx context.Context, id string) (*entities.Key, error)
- func (s *Store) Import(ctx context.Context, id string, privKey []byte, alg *entities2.Algorithm, ...) (*entities.Key, error)
- func (s *Store) Info(context.Context) (*entities.Store, error)
- func (s *Store) List(ctx context.Context, _, _ uint64) ([]string, error)
- func (s *Store) ListDeleted(ctx context.Context, _, _ uint64) ([]string, error)
- func (s *Store) Restore(ctx context.Context, id string) error
- func (s *Store) Sign(ctx context.Context, id string, data []byte, algo *entities2.Algorithm) ([]byte, error)
- func (s *Store) Update(ctx context.Context, id string, attr *entities.Attributes) (*entities.Key, error)
- func (s *Store) Verify(_ context.Context, pubKey, data, sig []byte, algo *entities2.Algorithm) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.