Protocol
ECDSAPublicKey
protocol ECDSAPublicKey : Sendable
Topics
Initializers
init?(Certificate.PublicKey)init(compactRepresentation: some ContiguousBytes) throwsinit(compressedRepresentation: some ContiguousBytes) throwsinit<Bytes>(derRepresentation: Bytes) throwsinit(pemRepresentation: String) throwsinit(rawRepresentation: some ContiguousBytes) throwsinit(x963Representation: some ContiguousBytes) throws
Instance Properties
var compactRepresentation: Data?var compressedRepresentation: Datavar derRepresentation: Datavar pemRepresentation: Stringvar rawRepresentation: Datavar x963Representation: Data
Instance Methods
Relationships
Inherits From
Swift.SendableSwift.SendableMetatype