Skip to content

You're viewing documentation for a pre-release version. View the latest stable version

Structure

Insecure.RSA.PrivateKey

A structure representing a private RSA key.
struct PrivateKey

Overview

In JWT, RSA private keys are used to sign JWTs. They consist of a modulus, an exponent, and a private exponent.

Topics

Operators

Initializers

Instance Properties

Relationships

Conforms To

  • RSAKey
  • Swift.Equatable
  • Swift.Sendable
  • Swift.SendableMetatype