Package | Description |
---|---|
org.apache.ws.security | |
org.apache.ws.security.handler | |
org.apache.ws.security.message | |
org.apache.ws.security.saml | |
org.apache.ws.security.util |
Modifier and Type | Method and Description |
---|---|
static WSSConfig |
WSSConfig.getNewInstance() |
WSSConfig |
WSSecurityEngine.getWssConfig() |
WSSConfig |
WSSecurityEngine.setWssConfig(WSSConfig cfg) |
Modifier and Type | Method and Description |
---|---|
WSSConfig |
WSSecurityEngine.setWssConfig(WSSConfig cfg) |
Modifier and Type | Method and Description |
---|---|
WSSConfig |
RequestData.getWssConfig() |
Modifier and Type | Method and Description |
---|---|
void |
RequestData.setWssConfig(WSSConfig wssConfig) |
Modifier and Type | Method and Description |
---|---|
WSSConfig |
WSSecBase.getWsConfig() |
Modifier and Type | Method and Description |
---|---|
List<javax.xml.crypto.dsig.Reference> |
WSSecSignatureBase.addReferencesToSign(Document doc,
List<WSEncryptionPart> references,
WSDocInfo wsDocInfo,
javax.xml.crypto.dsig.XMLSignatureFactory signatureFactory,
WSSecHeader secHeader,
WSSConfig wssConfig,
String digestAlgo)
This method adds references to the Signature.
|
static List<String> |
WSSecEncrypt.doEncryption(Document doc,
WSSConfig config,
org.apache.xml.security.keys.KeyInfo keyInfo,
SecretKey secretKey,
String encryptionAlgorithm,
List<WSEncryptionPart> references,
CallbackLookup callbackLookup)
Perform encryption on the SOAP envelope.
|
void |
WSSecBase.setWsConfig(WSSConfig wsConfig) |
Constructor and Description |
---|
WSSecBase(WSSConfig config) |
WSSecDerivedKeyBase(WSSConfig config) |
WSSecDKEncrypt(WSSConfig config) |
WSSecDKSign(WSSConfig config) |
WSSecEncrypt(WSSConfig config) |
WSSecEncryptedKey(WSSConfig config) |
WSSecSAMLToken(WSSConfig config) |
WSSecSignature(WSSConfig config) |
WSSecSignatureBase(WSSConfig config) |
WSSecSignatureConfirmation(WSSConfig config) |
WSSecTimestamp(WSSConfig config) |
WSSecUsernameToken(WSSConfig config) |
Constructor and Description |
---|
WSSecSignatureSAML(WSSConfig config)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
static int |
WSSecurityUtil.decodeAction(String action,
List<Integer> actions,
WSSConfig wssConfig)
Decode an action String.
|
Copyright © 2004-2013 The Apache Software Foundation. All Rights Reserved.