StoredCredential

constructor(credentialId: String, publicKey: ByteArray, contractId: String? = null, deploymentStatus: CredentialDeploymentStatus = CredentialDeploymentStatus.PENDING, deploymentError: String? = null, createdAt: Long = currentTimeMillis(), lastUsedAt: Long? = null, nickname: String? = null, isPrimary: Boolean = false, transports: List<String>? = null, deviceType: String? = null, backedUp: Boolean? = null)