DeviceSigningKeyPair
public class DeviceSigningKeyPair : SdkObject
Key pair used to sign all requests to the IronCore API endpoints.
-
Constructs a DeviceSigningKeyPair from the provided array of bytes.
Fails if the provided bytes are not a valid IronCore DeviceSigningKeyPair.
Declaration
Swift
public convenience init?(_ bytes: [UInt8])
-
Bytes of the signing key pair
Declaration
Swift
public lazy var bytes: [UInt8] { get set }