-
Create a private key using key data.
Declaration
Swift
public init(with data: Data) throwsParameters
dataKey data
Return Value
New
PrivateKeyinstance. -
Create a key using a native key.
Declaration
Swift
public init(with nativeKey: NativeKey)Parameters
nativeKeyNative key representation.
Return Value
New
PrivateKeyinstance.
PrivateKey Class Reference