We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
4ec7b6f
Take PublicKey instead of RSAPublicKey or ECPublicKey on verifier methods and then validate the key to ensure the correct type.
Support taking a PrivateKey object when building a signer in addition to a PEM.
Resolves #35 Thanks to @tommed for the request.