public Condition requireCipher(final @NonNls String algorithm) {
return new CipherRequiredCondition(eventBus, crypto, algorithm);
}
public Condition highStrengthCipherKey(final @NonNls String algorithm) {
return new CipherKeyHighStrengthCondition(eventBus, crypto, algorithm);
}