Skip to content

Structure

Insecure.RSA.PublicKey

A structure representing a public RSA key.
struct PublicKey

Overview

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

Topics

Operators

Initializers

Instance Properties

Instance Methods

Relationships

Conforms To

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