diff options
Diffstat (limited to 'lib/crypto/crypto.go')
-rw-r--r-- | lib/crypto/crypto.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/crypto.go b/lib/crypto/crypto.go index 54a20e68..3c961ad4 100644 --- a/lib/crypto/crypto.go +++ b/lib/crypto/crypto.go @@ -21,6 +21,7 @@ type Provider interface { Close() GetSignerKeyId(string) (string, error) GetKeyId(string) (string, error) + ExportKey(string) (io.Reader, error) } func New(s string) Provider { |