Modifier and Type |
Method and Description |
void |
addElementToEncrypt(QName elementToEncrypt) |
void |
addElementToSign(QName elementToSign) |
org.apache.cxf.rs.security.xml.XmlSecOutInterceptor.XmlSecStaxOutInterceptorInternal |
createEndingInterceptor() |
SecretKey |
getSymmetricKey() |
void |
handleMessage(Message message)
Intercepts a message.
|
boolean |
isEncryptRequest() |
boolean |
isEncryptSymmetricKey() |
boolean |
isSignRequest() |
void |
setElementsToEncrypt(List<QName> elementsToEncrypt) |
void |
setElementsToSign(List<QName> elementsToSign) |
void |
setEncryptionDigestAlgorithm(String algo) |
void |
setEncryptionKeyIdentifierType(String type) |
void |
setEncryptionProperties(EncryptionProperties properties) |
void |
setEncryptRequest(boolean encryptRequest) |
void |
setEncryptSymmetricKey(boolean encryptSymmetricKey) |
void |
setKeyEncAlgorithm(String algo) |
void |
setKeyInfoMustBeAvailable(boolean use) |
void |
setSignatureAlgorithm(String algo) |
void |
setSignatureDigestAlgorithm(String algo) |
void |
setSignatureKeyIdentifierType(String type) |
void |
setSignatureProperties(SignatureProperties props) |
void |
setSignRequest(boolean signRequest) |
void |
setSymmetricEncAlgorithm(String algo) |
void |
setSymmetricKey(SecretKey symmetricKey) |
protected void |
throwFault(String error,
Exception ex) |