Skip to content

Structure

JWK.Algorithm

Supported alg algorithms
struct Algorithm

Topics

Initializers

  • init(from:)
    Creates a new instance by decoding from the given decoder.
  • init(rawValue:)
    Creates a new instance with the specified raw value.

Instance Properties

  • rawValue
    The corresponding value of the raw type.

Instance Methods

  • encode(to:)
    Encodes this value into the given encoder.

Type Aliases

Type Properties

Relationships

Conforms To

  • Swift.Decodable
  • Swift.Encodable
  • Swift.Equatable
  • Swift.RawRepresentable
  • Swift.Sendable
  • Swift.SendableMetatype