Instance Propertyswift-crypto 3.12.2_CryptoExtras
publicExponent
RSA+BlindSigning.swift:38- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
var publicExponent: Data
var publicExponent: Data
s13_CryptoExtras4_RSAO12BlindSigningO9PublicKeyV10PrimitivesV14publicExponent20FoundationEssentials4DataVvp
What are these?9XLI1
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 BlindSigning
struct PublicKey<H> where H : HashFunction
@frozen struct Data
init(modulus: Data, publicExponent: Data)
var modulus: Data