private void activate()

in src/main/java/org/apache/sling/commons/crypto/webconsole/internal/EncryptWebConsolePlugin.java [74:78]


    private void activate(final BundleContext bundleContext) {
        this.bundleContext = bundleContext;
        tracker = new ServiceTracker<>(bundleContext, CryptoService.class, null);
        tracker.open();
    }