@ -347,9 +347,9 @@ public abstract class Cryptography extends AbstractComponent {
}
public List<Cryptography> newCryptos() {
return getCryptoDefs(null).stream()
return enabled ? getCryptoDefs(null).stream()
.map(CryptoDef::newCrypto)
.toList();
.toList() : Collections.emptyList();