Instance Propertyswift-crypto 3.12.2_CryptoExtras
rawRepresentation
RSA+BlindSigning.swift:289- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
var rawRepresentation: Data
var rawRepresentation: Data
s13_CryptoExtras4_RSAO12BlindSigningO0D9SignatureV17rawRepresentation20FoundationEssentials4DataVvp
What are these?7WMVW
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
@frozen struct Data
init<D>(rawRepresentation: D) where D : DataProtocol
func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R