init(rawRepresentation:)
Initializes a public key from a raw representation.
Declaration
init<D>(rawRepresentation: D) throws where D : DataProtocolParameters
- rawRepresentation:
Data that represents the public key.
Initializes a public key from a raw representation.
init<D>(rawRepresentation: D) throws where D : DataProtocolData that represents the public key.