Package io.seald.seald_sdk
Class CreateSubIdentityResponse
-
- All Implemented Interfaces:
public final class CreateSubIdentityResponseCreateSubIdentityResponse represents a newly created sub identity.
-
-
Constructor Summary
Constructors Constructor Description CreateSubIdentityResponse(String deviceId, ByteArray backupKey)
-
Method Summary
Modifier and Type Method Description final StringgetDeviceId()The ID of the newly created device. final ByteArraygetBackupKey()The identity export of the newly created sub-identity. -
-
Method Detail
-
getDeviceId
final String getDeviceId()
The ID of the newly created device.
-
getBackupKey
final ByteArray getBackupKey()
The identity export of the newly created sub-identity.
-
-
-
-