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

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

Initializers

Instance Properties

Instance Methods

Relationships

Conforms To

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