7374757677787980818283
} synchronized void updateCrypto(Cipher cipher, Mac mac) { if (cipher == null) { this.cipher = new NullCipher(); this.bs = 8; } else { this.cipher = cipher; this.bs = cipher.getBlockSize(); }