Class CipherDataProcessor
java.lang.Object
com.sun.xml.ws.security.opt.impl.incoming.processor.CipherDataProcessor
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
ConstructorsConstructorDescriptionCreates a new instance of CipherDataProcessor -
Method Summary
Modifier and TypeMethodDescriptionbooleanvoidprocess(XMLStreamReader reader) processes the cipher data and sets the cipher valuebyte[]
-
Constructor Details
-
CipherDataProcessor
Creates a new instance of CipherDataProcessor
-
-
Method Details
-
process
processes the cipher data and sets the cipher value- Parameters:
reader- XMLStreamReader- Throws:
com.sun.xml.wss.XWSSecurityException
-
readAsStream
- Returns:
- InputStream
- Throws:
com.sun.xml.wss.XWSSecurityException
-
readAsBytes
public byte[] readAsBytes() throws com.sun.xml.wss.XWSSecurityException- Returns:
- byte[] cipherValue
- Throws:
com.sun.xml.wss.XWSSecurityException
-
hasCipherReference
public boolean hasCipherReference() -
getAttachmentContentId
-
getAttachmentContentType
-