72737475767778798081
@Override public void setCipher( String cipher ) { if ( !EncryptionUtil.isCipherAvailable( cipher, 128, null ) ) { throw new CipherNotAvailableException( "Cipher '" + cipher + "' is not available on this machine." ); } _cipher = cipher; }