Class DecryptionProcessor
java.lang.Object
com.sun.xml.wss.impl.apachecrypto.DecryptionProcessor
- Author:
- Kumar Jayanti, Anil Tappetla, Vishal Mahajan, K.Venugopal@sun.com
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic voiddecrypt(FilterProcessingContext context) static voidprocessEncryptedData(SOAPElement encDataElement, SecretKey key, FilterProcessingContext context) processEncryptedData(SOAPElement encDataElement, SecretKey key, org.apache.xml.security.encryption.XMLCipher dataCipher, FilterProcessingContext context, ArrayList requiredTargets, ArrayList optionalTargets, EncryptionPolicy encryptionPolicy, boolean updateSH) static voidprocessEncryptedKey(FilterProcessingContext context, SOAPElement xencEncryptedKey)
-
Field Details
-
log
-
-
Constructor Details
-
DecryptionProcessor
public DecryptionProcessor()Creates a new instance of DecryptionProcessor
-
-
Method Details
-
decrypt
- Throws:
XWSSecurityException
-
processEncryptedKey
public static void processEncryptedKey(FilterProcessingContext context, SOAPElement xencEncryptedKey) throws XWSSecurityException - Throws:
XWSSecurityException
-
processEncryptedData
public static void processEncryptedData(SOAPElement encDataElement, SecretKey key, FilterProcessingContext context) throws XWSSecurityException - Throws:
XWSSecurityException
-
processEncryptedData
public static com.sun.xml.wss.impl.apachecrypto.DecryptionProcessor.EncryptedData processEncryptedData(SOAPElement encDataElement, SecretKey key, org.apache.xml.security.encryption.XMLCipher dataCipher, FilterProcessingContext context, ArrayList requiredTargets, ArrayList optionalTargets, EncryptionPolicy encryptionPolicy, boolean updateSH) throws XWSSecurityException - Throws:
XWSSecurityException
-