public class PaxUrlSecDispatcher extends Object implements org.sonatype.plexus.components.sec.dispatcher.SecDispatcher
| Modifier and Type | Field and Description |
|---|---|
protected org.sonatype.plexus.components.cipher.PlexusCipher |
_cipher
DefaultHandler
|
protected String |
_configurationFile |
protected Map |
_decryptors
All available dispatchers
|
static char |
ATTR_START |
static char |
ATTR_STOP |
static String |
SYSTEM_PROPERTY_SEC_LOCATION |
static String |
TYPE_ATTR |
| Constructor and Description |
|---|
PaxUrlSecDispatcher() |
| Modifier and Type | Method and Description |
|---|---|
String |
decrypt(String str) |
org.sonatype.plexus.components.cipher.PlexusCipher |
getCipher() |
String |
getConfigurationFile() |
static void |
main(String[] args) |
void |
setCipher(org.sonatype.plexus.components.cipher.PlexusCipher cipher) |
void |
setConfigurationFile(String file) |
public static final String SYSTEM_PROPERTY_SEC_LOCATION
public static final String TYPE_ATTR
public static final char ATTR_START
public static final char ATTR_STOP
protected org.sonatype.plexus.components.cipher.PlexusCipher _cipher
protected Map _decryptors
protected String _configurationFile
public String decrypt(String str) throws org.sonatype.plexus.components.sec.dispatcher.SecDispatcherException
decrypt in interface org.sonatype.plexus.components.sec.dispatcher.SecDispatcherorg.sonatype.plexus.components.sec.dispatcher.SecDispatcherExceptionpublic String getConfigurationFile()
public void setConfigurationFile(String file)
public void setCipher(org.sonatype.plexus.components.cipher.PlexusCipher cipher)
public org.sonatype.plexus.components.cipher.PlexusCipher getCipher()
Copyright © 2006-2014 OPS4J - Open Participation Software for Java. All Rights Reserved.