Skip to content

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

  • ==(_:_:)
    Returns a Boolean value indicating whether two values are equal.

Initializers

Instance Properties

Relationships

Conforms To

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