Creates a new {@code JcaCipherService} instance which will use the specified cipher {@code algorithmName}
for all encryption, decryption, and key operations. Also, the following defaults are set:
<ul>
<li>{@link #setKeySize keySize} = 128 bits</li>
<li>{@link #setInitializationVectorSize(int) initializationVectorSize} = 128 bits</li>
<li>{@link #setStreamingBufferSize(int) streamingBufferSize} = 512 bytes</li>
</ul>
@param algorithmName the name of the cipher algorithm to use for all encryption, decryption, and key operations
Creates a new {@code JcaCipherService} instance which will use the specified cipher {@code algorithmName} for all encryption, decryption, and key operations. Also, the following defaults are set: <ul> <li>{@link #setKeySize keySize} = 128 bits</li> <li>{@link #setInitializationVectorSize(int) initializationVectorSize} = 128 bits</li> <li>{@link #setStreamingBufferSize(int) streamingBufferSize} = 512 bytes</li> </ul>
@param algorithmName the name of the cipher algorithm to use for all encryption, decryption, and key operations