You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An issuer is bound to a key pair by one to one relation. There is no need for other methods except generic createProofDraft(). An issuer can detect a passed key pair curve to pre-setup cryptosuite.
Consider adding the method to the Issuer interface.
Extend SolidIssuer and AbstractIssuer of supporting constructs
The text was updated successfully, but these errors were encountered:
An issuer is bound to a key pair by one to one relation. There is no need for other methods except generic
createProofDraft()
. An issuer can detect a passed key pair curve to pre-setup cryptosuite.Issuer
interface.SolidIssuer
andAbstractIssuer
of supporting constructsThe text was updated successfully, but these errors were encountered: