Instance Method
signature(for:)
Signs the given data.
func signature<D>(for data: D) throws -> Data where D : DataProtocol
Parameters
dataThe data to sign.
Return Value
The signature.
Discussion
Throws
If the signature couldn’t be produced.
Instance Method
func signature<D>(for data: D) throws -> Data where D : DataProtocol
dataThe data to sign.
The signature.
Throws
If the signature couldn’t be produced.