com.sun.xml.ws.security.opt.impl.enc
Class TokenProcessor
java.lang.Object
com.sun.xml.ws.security.opt.impl.enc.TokenProcessor
public class TokenProcessor
- extends Object
- Author:
- K.Venugopal@sun.com
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TokenProcessor
public TokenProcessor(EncryptionPolicy ep,
JAXBFilterProcessingContext context)
- Creates a new instance of TokenProcessor
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
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.