Initializerswift-crypto 3.12.2_CryptoExtras->Crypto
init(rawRepresentation:)
ARC+API.swift:206- iOS
- 16.0+
- macOS
- 13.0+
- tvOS
- 16.0+
- watchOS
- 9.0+
init<D>(rawRepresentation: D) throws where D : DataProtocol
init<D>(rawRepresentation: D) throws where D : DataProtocol
s6Crypto4P384O01_A6ExtrasE6_ARCV1O18CredentialResponseV17rawRepresentationAHx_tKc20FoundationEssentials12DataProtocolRzlufc
What are these?94KMX
import Crypto
A cryptography library for Swift.
import _CryptoExtras
Provides additional cryptographic APIs that are not available in CryptoKit (and therefore the core Crypto library).
struct CredentialResponse
A credential response, created by the server, to be sent to the client.
enum P384
An elliptic curve that enables NIST P-384 signatures and key agreement.
enum _ARCV1
Anonymous Rate-Limited Credentials (ARC).
protocol DataProtocol : RandomAccessCollection where Self.Element == UInt8, Self.SubSequence : DataProtocol
var rawRepresentation: Data { get }