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
In the AwsExampleDaemon we've added a private extension property SignatureAlgorithm.keyAlgorithm which returns, for example, EC when the algorithm is SHA256withECDSA. This can be replaced by adding a real property on SignatureAlgorithm.
The text was updated successfully, but these errors were encountered:
In the AwsExampleDaemon we've added a private extension property
SignatureAlgorithm.keyAlgorithm
which returns, for example,EC
when the algorithm isSHA256withECDSA
. This can be replaced by adding a real property onSignatureAlgorithm
.The text was updated successfully, but these errors were encountered: