# Functions
New returns a new SSHAgentKMS.
NewFromAgent initializes an SSHAgentKMS from a given agent, this method is used for testing purposes.
NewWrappedSignerFromSSHSigner returns a new crypto signer wrapping the given one.
# Constants
Scheme is the scheme used in uris, the string "sshagentkms".
# Structs
SSHAgentKMS is a key manager that uses keys provided by ssh-agent.
WrappedSSHSigner is a utility type to wrap a ssh.Signer as a crypto.Signer.