Package io.ably.lib.util
Class Crypto.CipherParams
- java.lang.Object
-
- io.ably.lib.util.Crypto.CipherParams
-
- Enclosing class:
- Crypto
public static class Crypto.CipherParams extends java.lang.ObjectA class encapsulating the client-specifiable parameters for the cipher. algorithm is the name of the algorithm in the default system provider, or the lower-cased version of it; eg "aes" or "AES". Clients may instance a CipherParams directly and populate it, or may query the implementation to obtain a default system CipherParams.