Skip to content
This repository has been archived by the owner on Mar 27, 2024. It is now read-only.

Commit

Permalink
feat: change SignerInitializerOptions KMS type (#3622)
Browse files Browse the repository at this point in the history
Signed-off-by: Mykhailo Sizov <[email protected]>
  • Loading branch information
mishasizov-SK authored Aug 22, 2023
1 parent 25cbbcb commit 5b00069
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions component/models/dataintegrity/suite/ecdsa2019/ecdsa2019.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@ import (
"github.com/multiformats/go-multibase"
"github.com/piprate/json-gold/ld"

kmsapi "github.com/hyperledger/aries-framework-go/spi/kms"

"github.com/hyperledger/aries-framework-go/component/kmscrypto/doc/jose/jwk"
"github.com/hyperledger/aries-framework-go/component/kmscrypto/kms/localkms"
"github.com/hyperledger/aries-framework-go/component/models/dataintegrity/models"
Expand Down Expand Up @@ -106,7 +104,7 @@ func (i initializer) Type() string {
type SignerInitializerOptions struct {
LDDocumentLoader ld.DocumentLoader
Signer Signer
KMS kmsapi.KeyManager
KMS models.KeyManager
}

// NewSignerInitializer returns a suite.SignerInitializer that initializes an ecdsa-2019
Expand Down

0 comments on commit 5b00069

Please sign in to comment.