Instance Propertyswift-crypto 3.12.2_CryptoExtras
publicExponent
RSA.swift:58- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
var publicExponent: Data
var publicExponent: Data
s13_CryptoExtras4_RSAO7SigningO9PublicKeyV10PrimitivesV14publicExponent20FoundationEssentials4DataVvp
What are these?5F9CA
import _CryptoExtras
Provides additional cryptographic APIs that are not available in CryptoKit (and therefore the core Crypto library).
struct Primitives
enum _RSA
Types associated with the RSA algorithm
enum Signing
struct PublicKey
@frozen struct Data
init(modulus: Data, publicExponent: Data)
var modulus: Data