Skip to content

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

Protocol

RSAKey

The RSAKey protocol defines the common interface for both public and private RSA keys. Implementers of this protocol can represent keys used for cryptographic operations in the RSA algorithm.
protocol RSAKey : Sendable

Relationships

Inherits From

  • Swift.Sendable
  • Swift.SendableMetatype

Conforming Types