Module jwks_server::crypto::key_pair
source · Structs
- Represents a RSA key pair with a unique identifier and expiry timestamp.
Functions
- Deserializes an
RsaPublicKey
from a PEM format string. - Serializes an
RsaPublicKey
to a PEM format string for storage or transmission.