Package | Description |
---|---|
com.eviware.soapui.config | |
com.eviware.soapui.config.impl | |
com.eviware.soapui.impl.wsdl.support.wss.crypto |
Modifier and Type | Method and Description |
---|---|
KeyMaterialCryptoConfig |
WssContainerConfig.addNewCrypto()
Appends and returns a new empty value (as xml) as the last "crypto" element
|
KeyMaterialCryptoConfig[] |
WssContainerConfig.getCryptoArray()
Deprecated.
|
KeyMaterialCryptoConfig |
WssContainerConfig.getCryptoArray(int i)
Gets ith "crypto" element
|
KeyMaterialCryptoConfig |
WssContainerConfig.insertNewCrypto(int i)
Inserts and returns a new empty value (as xml) as the ith "crypto" element
|
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.newInstance() |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.newInstance(org.apache.xmlbeans.XmlOptions options) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(File file) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(File file,
org.apache.xmlbeans.XmlOptions options) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(InputStream is) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(InputStream is,
org.apache.xmlbeans.XmlOptions options) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(Node node) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(Node node,
org.apache.xmlbeans.XmlOptions options) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(Reader r) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(Reader r,
org.apache.xmlbeans.XmlOptions options) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(String xmlAsString) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(String xmlAsString,
org.apache.xmlbeans.XmlOptions options) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(URL u) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(URL u,
org.apache.xmlbeans.XmlOptions options) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis)
Deprecated.
XMLInputStream |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(org.apache.xmlbeans.xml.stream.XMLInputStream xis,
org.apache.xmlbeans.XmlOptions options)
Deprecated.
XMLInputStream |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(XMLStreamReader sr) |
static KeyMaterialCryptoConfig |
KeyMaterialCryptoConfig.Factory.parse(XMLStreamReader sr,
org.apache.xmlbeans.XmlOptions options) |
Modifier and Type | Method and Description |
---|---|
List<KeyMaterialCryptoConfig> |
WssContainerConfig.getCryptoList()
Gets a List of "crypto" elements
|
Modifier and Type | Method and Description |
---|---|
void |
WssContainerConfig.setCryptoArray(int i,
KeyMaterialCryptoConfig crypto)
Sets ith "crypto" element
|
void |
WssContainerConfig.setCryptoArray(KeyMaterialCryptoConfig[] cryptoArray)
Sets array of all "crypto" element
|
Modifier and Type | Class and Description |
---|---|
class |
KeyMaterialCryptoConfigImpl
An XML KeyMaterialCrypto(@http://eviware.com/soapui/config).
|
Modifier and Type | Method and Description |
---|---|
KeyMaterialCryptoConfig |
WssContainerConfigImpl.addNewCrypto()
Appends and returns a new empty value (as xml) as the last "crypto" element
|
KeyMaterialCryptoConfig[] |
WssContainerConfigImpl.getCryptoArray()
Deprecated.
|
KeyMaterialCryptoConfig |
WssContainerConfigImpl.getCryptoArray(int i)
Gets ith "crypto" element
|
KeyMaterialCryptoConfig |
WssContainerConfigImpl.insertNewCrypto(int i)
Inserts and returns a new empty value (as xml) as the ith "crypto" element
|
Modifier and Type | Method and Description |
---|---|
List<KeyMaterialCryptoConfig> |
WssContainerConfigImpl.getCryptoList()
Gets a List of "crypto" elements
|
Modifier and Type | Method and Description |
---|---|
void |
WssContainerConfigImpl.setCryptoArray(int i,
KeyMaterialCryptoConfig crypto)
Sets ith "crypto" element
|
void |
WssContainerConfigImpl.setCryptoArray(KeyMaterialCryptoConfig[] cryptoArray)
Sets array of all "crypto" element
|
Modifier and Type | Method and Description |
---|---|
void |
KeyMaterialWssCrypto.udpateConfig(KeyMaterialCryptoConfig config) |
Constructor and Description |
---|
KeyMaterialWssCrypto(KeyMaterialCryptoConfig cryptoConfig,
WssContainer container2) |
KeyMaterialWssCrypto(KeyMaterialCryptoConfig config2,
WssContainer container,
String source,
String password,
CryptoType type) |
Copyright © 2019. All Rights Reserved.