hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
239 stars 160 forks source link

chore: make JWT alg name method exportable #3501

Closed mishasizov-SK closed 1 year ago

mishasizov-SK commented 1 year ago

Signed-off-by: Mykhailo Sizov mykhailo.sizov@securekey.com

Title: Make JWSAlgorithm.Name() method exportable

Summary: To be able to create JWS signer from external packages and avoid code duplication, I made JWSAlgorithm.Name() method as exportable