In the Java library there's a method `fromCipherKey`, however according to the spec it should instead be `withCipherKey` (https://docs.ably.io/client-lib-development-guide/features/#TB3). We should ensure the method matches the spec.
In the Java library there's a method
fromCipherKey, however according to the spec it should instead bewithCipherKey(https://docs.ably.io/client-lib-development-guide/features/#TB3). We should ensure the method matches the spec.