Skip to content

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

Protocol

MLDSAPrivateKey

iOS 26.0+ macOS 26.0+ tvOS 26.0+ watchOS 26.0+
The requirements JWTKit needs from the underlying SwiftCrypto private key backing an MLDSA.PrivateKey.
protocol MLDSAPrivateKey : Sendable

Overview

You shouldn’t need to conform your own types to this protocol: the SwiftCrypto MLDSA65.PrivateKey and MLDSA87.PrivateKey types already do.

Topics

Associated Types

Initializers

Instance Properties

Instance Methods

Relationships

Inherits From

  • Swift.Sendable
  • Swift.SendableMetatype

Conforming Types