Initializerswift-crypto 3.12.2_CryptoExtras
init(n:e:d:p:q:parameters:)
Construct an RSA private key with the specified parameters.
- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
init(n: some ContiguousBytes, e: some ContiguousBytes, d: some ContiguousBytes, p: some ContiguousBytes, q: some ContiguousBytes, parameters: Parameters) throws