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
Internally, secrets such as private keys should be stored in SecretBuffer not String.
Continue accepting String in the relevant methods, but convert them to SecretBuffer.
Add methods accepting SecretBuffer.