get Cipher Instance

private open fun getCipherInstance(token: String): AESServerCipher

Method used to get the related AESServerCipher of the user

Return

the instance as AESServerCipher

Parameters

token

The token of the user

Throws

when an error occurred during the retrieving operation