Documentation
¶
Index ¶
- type Client
- func (n *Client) Delete(keyName, cipherText string) error
- func (n *Client) GetClearText(keyName, cipherText string) (string, error)
- func (n *Client) GetEncryptedText(keyName, clearText string) (string, error)
- func (n *Client) Sign(keyName, clearText string) (string, error)
- func (n *Client) VerifySignature(keyName, signature, message string) (bool, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct{}
Client is the stuct implementing the backend client interface
func (*Client) GetClearText ¶
GetClearText None Client just returns the cipherText
func (*Client) GetEncryptedText ¶
GetEncryptedText None Client just returns the clearText
Click to show internal directories.
Click to hide internal directories.