Structureswift-crypto 3.12.2_CryptoExtras
Padding
RSA.swift:678- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
struct Padding
struct Padding
import _CryptoExtras
Provides additional cryptographic APIs that are not available in CryptoKit (and therefore the core Crypto library).
enum Encryption
enum _RSA
Types associated with the RSA algorithm
struct PrivateKey
Identical to PrivateKey
.
struct PublicKey
Identical to PublicKey
.
protocol Sendable
static let PKCS1_OAEP: _RSA.Encryption.Padding
PKCS#1 OAEP padding
static let PKCS1_OAEP_SHA256: _RSA.Encryption.Padding