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