Documentation ¶
Index ¶
- type DoesNotExist
- type Reader
- type Secret
- func (self *Secret) Decrypt(output io.Writer) error
- func (self *Secret) Encrypt(input io.Reader) error
- func (self *Secret) GetCurrentRecipientsKeyIds() ([]uint64, error)
- func (self *Secret) GetExpectedPublicKeys() ([]*pgp.PublicKey, error)
- func (self *Secret) GetIdentifier(key string) string
- func (self *Secret) GetPath() string
- func (self *Secret) GetRecipients() (expected, unknown, rubbish, missing []string, e error)
- func (self *Secret) GetSerializedTags() (string, error)
- func (self *Secret) GetTags() []Tag
- func (self *Secret) GetTemplate() *config.Template
- func (self *Secret) GetUri() string
- func (self *Secret) IsReadableBy(key *pgp.PublicKey) (bool, error)
- func (self *Secret) NewReader() (*Reader, error)
- func (self *Secret) NewWriter() (*Writer, error)
- func (self *Secret) SetTags(tags []Tag)
- type Tag
- type Writer
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DoesNotExist ¶ added in v0.2.2
type DoesNotExist struct{}
func (*DoesNotExist) Error ¶ added in v0.2.2
func (self *DoesNotExist) Error() string
type Secret ¶
type Secret struct {
// contains filtered or unexported fields
}
func (*Secret) GetCurrentRecipientsKeyIds ¶
func (*Secret) GetExpectedPublicKeys ¶
func (*Secret) GetIdentifier ¶ added in v0.2.2
Implementation of 'query.Context' interface.
func (*Secret) GetRecipients ¶ added in v0.3.0
func (*Secret) GetSerializedTags ¶ added in v0.3.7
func (*Secret) GetTemplate ¶ added in v0.3.0
func (*Secret) IsReadableBy ¶ added in v0.3.4
Click to show internal directories.
Click to hide internal directories.