[][src]Module osshkeys::keys::rsa

RSA key type

Structs

RsaKeyPair

Represent the RSA key pair

RsaPublicKey

Represent the RSA public key

Enums

RsaSignature

An enum determining the hash function which used to sign or verify

Constants

RSA_NAME

The default name of RSA key returned by Key::keyname()

RSA_SHA256_NAME

The sha2-256 algorithm name of RSA key returned by Key::keyname()

RSA_SHA512_NAME

The sha2-512 algorithm name of RSA key returned by Key::keyname()