Initializerswift-crypto 3.12.2_CryptoExtras
init(rawRepresentation:)
RSA+BlindSigning.swift:291- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
init<D>(rawRepresentation: D) where D : DataProtocol
init<D>(rawRepresentation: D) where D : DataProtocol
s13_CryptoExtras4_RSAO12BlindSigningO0D9SignatureV17rawRepresentationAGx_tc20FoundationEssentials12DataProtocolRzlufc
What are these?6KOLZ
import _CryptoExtras
Provides additional cryptographic APIs that are not available in CryptoKit (and therefore the core Crypto library).
struct BlindSignature
enum _RSA
Types associated with the RSA algorithm
enum BlindSigning
protocol DataProtocol : RandomAccessCollection where Self.Element == UInt8, Self.SubSequence : DataProtocol
var rawRepresentation: Data
func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R