Class TokenProcessor
java.lang.Object
com.sun.xml.ws.security.opt.impl.enc.TokenProcessor
- Author:
- K.Venugopal@sun.com
-
Constructor Summary
ConstructorsConstructorDescriptionTokenProcessor(EncryptionPolicy ep, JAXBFilterProcessingContext context) Creates a new instance of TokenProcessor -
Method Summary
Modifier and TypeMethodDescriptionprocess()Identifies suitable key binding and creates corresponding BuilderResult element for setting various credentials like data protecton key ..etc process the keyBinding and populate BuilderResult with appropriate key and KeyInfo
-
Constructor Details
-
TokenProcessor
Creates a new instance of TokenProcessor
-
-
Method Details
-
getDataEncKey
-
getKeyEncKey
-
getEncryptedKey
-
getKeyInfo
-
process
Identifies suitable key binding and creates corresponding BuilderResult element for setting various credentials like data protecton key ..etc process the keyBinding and populate BuilderResult with appropriate key and KeyInfo- Returns:
- BuilderResult
- Throws:
com.sun.xml.wss.XWSSecurityException
-