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 cab9346..54a20e6 100644
--- a/lib/crypto/crypto.go
+++ b/lib/crypto/crypto.go
@@ -20,6 +20,7 @@ type Provider interface {
Init(*log.Logger) error
Close()
GetSignerKeyId(string) (string, error)
+ GetKeyId(string) (string, error)
}
func New(s string) Provider {