Creates a cipher factory for the specified transformation (via Cipher.getInstance(transformation)).
Creates a cipher factory for the specified transformation (via Cipher.getInstance(transformation)).
Ciphers are initialized with the specified key and algorithm parameter specification.
Creates a cipher factory for the specified transformation (via Cipher.getInstance(transformation)).
Creates a cipher factory for the specified transformation (via Cipher.getInstance(transformation)).
Ciphers are initialized with the specified key only.
Creates a cipher factory for the specified transformation (via Cipher.getInstance(transformation))
and using the specified functions for initializing for encryption and decryption respectively.
Companion for CipherFactory.