Instance Propertyswift-crypto 3.12.2_CryptoExtras
rawRepresentation
RSA.swift:306- iOS
- 13+
- macOS
- 10.15+
- tvOS
- 13+
- watchOS
- 6+
var rawRepresentation: Data
var rawRepresentation: Data
s13_CryptoExtras4_RSAO7SigningO12RSASignatureV17rawRepresentation20FoundationEssentials4DataVvp
What are these?12EXU
import _CryptoExtras
Provides additional cryptographic APIs that are not available in CryptoKit (and therefore the core Crypto library).
struct RSASignature
enum _RSA
Types associated with the RSA algorithm
enum Signing
@frozen struct Data
init<D>(rawRepresentation: D) where D : DataProtocol
func withUnsafeBytes<R>(_ body: (UnsafeRawBufferPointer) throws -> R) rethrows -> R