summaryrefslogtreecommitdiff
path: root/lib/crypto/crypto.go
diff options
context:
space:
mode:
Diffstat (limited to 'lib/crypto/crypto.go')
-rw-r--r--lib/crypto/crypto.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/crypto/crypto.go b/lib/crypto/crypto.go
index 54a20e6..3c961ad 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 {