Class CryptoScriptService

  • All Implemented Interfaces:
    org.xwiki.script.service.ScriptService

    @Component
    @Named("crypto")
    @Singleton
    public class CryptoScriptService
    extends Object
    implements org.xwiki.script.service.ScriptService
    Script service manager for cryptographic services.
    Since:
    8.4RC1
    Version:
    $Id: a369a0517c4be821aa7d79b73fbc1fc9b7ba2caf $
    • Constructor Detail

      • CryptoScriptService

        public CryptoScriptService()
    • Method Detail

      • get

        public <S extends org.xwiki.script.service.ScriptService> S get​(String serviceName)
        Type Parameters:
        S - the type of the ScriptService
        Parameters:
        serviceName - the name of the sub ScriptService
        Returns:
        the ScriptService or null of none could be found