Skip to content

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