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 cab93462..54a20e68 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 { |