public final class WSProviderConfig extends Object
Modifier and Type | Method and Description |
---|---|
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() |
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
Copyright © 2017 JBoss by Red Hat. All rights reserved.