Expand description
RSA signing and verification
Enums§
- Private
Key - RSA private key source
- Private
KeyBytes - Binary form of a raw RSA key
- Public
Key - A public key source for RSA
- Public
KeyBytes - Binary form of a raw RSA public key
Functions§
- sign
- Sign
- sign_
base64 - Sign and return a base64 encoded signature
- verify
- Verify
- verify_
base64 - Verify where the signature is base64 encoded