47484950515253
this.eventBus = checkNotNull(eventBus); this.crypto = checkNotNull(crypto); } public Condition requireCipher(final @NonNls String algorithm) { return new CipherRequiredCondition(eventBus, crypto, algorithm); }