Protocol
ECDSAPrivateKey
protocol ECDSAPrivateKey : Sendable
Topics
Associated Types
Initializers
init(compactRepresentable: Bool)init<Bytes>(derRepresentation: Bytes) throwsinit(pemRepresentation: String) throwsinit(rawRepresentation: some ContiguousBytes) throwsinit(x963Representation: some ContiguousBytes) throws
Instance Properties
var derRepresentation: Datavar pemRepresentation: Stringvar publicKey: Self.PublicKeyvar rawRepresentation: Datavar x963Representation: Data
Instance Methods
Relationships
Inherits From
Swift.SendableSwift.SendableMetatype
Conforming Types
P256.Signing.PrivateKeyP384.Signing.PrivateKeyP521.Signing.PrivateKey