Class TokenProcessor
- java.lang.Object
-
- com.sun.xml.ws.security.opt.impl.enc.TokenProcessor
-
public class TokenProcessor extends Object
- Author:
- K.Venugopal@sun.com
-
-
Constructor Summary
Constructors Constructor Description TokenProcessor(EncryptionPolicy ep, JAXBFilterProcessingContext context)Creates a new instance of TokenProcessor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description KeygetDataEncKey()EncryptedKeygetEncryptedKey()KeygetKeyEncKey()KeyInfogetKeyInfo()BuilderResultprocess()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 Detail
-
TokenProcessor
public TokenProcessor(EncryptionPolicy ep, JAXBFilterProcessingContext context)
Creates a new instance of TokenProcessor
-
-
Method Detail
-
getDataEncKey
public Key getDataEncKey()
-
getKeyEncKey
public Key getKeyEncKey()
-
getEncryptedKey
public EncryptedKey getEncryptedKey()
-
getKeyInfo
public KeyInfo getKeyInfo()
-
process
public BuilderResult process() throws XWSSecurityException
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:
XWSSecurityException
-
-