Class SecDispatcherImpl

  • All Implemented Interfaces:
    org.sonatype.plexus.components.sec.dispatcher.SecDispatcher

    public class SecDispatcherImpl
    extends Object
    implements org.sonatype.plexus.components.sec.dispatcher.SecDispatcher
    • Field Detail

      • _cipher

        protected org.sonatype.plexus.components.cipher.PlexusCipher _cipher
        DefaultHandler
      • _decryptors

        protected Map _decryptors
        All available dispatchers
      • _configurationFile

        protected String _configurationFile
    • Constructor Detail

      • SecDispatcherImpl

        public SecDispatcherImpl()
    • Method Detail

      • decrypt

        public String decrypt​(String str)
                       throws org.sonatype.plexus.components.sec.dispatcher.SecDispatcherException
        Specified by:
        decrypt in interface org.sonatype.plexus.components.sec.dispatcher.SecDispatcher
        Throws:
        org.sonatype.plexus.components.sec.dispatcher.SecDispatcherException
      • getConfigurationFile

        public String getConfigurationFile()
      • setConfigurationFile

        public void setConfigurationFile​(String file)