|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.wss4j.common.crypto.WSProviderConfig
public final class WSProviderConfig
Configure Crypto providers.
| Method Summary | |
|---|---|
static String |
addJceProvider(String name,
Provider provider)
Add a new JCE security provider to use for WSS4J, of the specified name and class. |
static String |
addJceProvider(String name,
String className)
Add a new JCE security provider to use for WSS4J, of the specified name and class. |
static String |
appendJceProvider(String name,
Provider provider)
Add a new JCE security provider to use for WSS4J, of the specified name and class. |
static String |
appendJceProvider(String name,
String className)
Add a new JCE security provider to use for WSS4J, of the specified name and class. |
static void |
init()
|
static void |
init(boolean addXMLDSigRIInternalProv,
boolean addBCProv,
boolean addTLProv)
|
static void |
setAddJceProviders(boolean value)
Set the value of the internal addJceProviders flag. |
static void |
setXmlSecIgnoreLineBreak()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void init()
public static void init(boolean addXMLDSigRIInternalProv,
boolean addBCProv,
boolean addTLProv)
public static void setAddJceProviders(boolean value)
public static void setXmlSecIgnoreLineBreak()
public static String addJceProvider(String name,
String className)
name - The name string of the provider (this may not be the real name of the provider)className - Name of the class the implements the provider. This class must
be a subclass of java.security.Provider
public static String addJceProvider(String name,
Provider provider)
name - The name string of the provider (this may not be the real name of the provider)provider - A subclass of java.security.Provider
public static String appendJceProvider(String name,
String className)
name - The name string of the provider (this may not be the real name of the provider)className - Name of the class the implements the provider. This class must
be a subclass of java.security.Provider
public static String appendJceProvider(String name,
Provider provider)
name - The name string of the provider (this may not be the real name of the provider)provider - A subclass of java.security.Provider
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||