com.sun.xml.ws.security.opt.impl.enc
Class TokenProcessor

java.lang.Object
  extended by com.sun.xml.ws.security.opt.impl.enc.TokenProcessor

public class TokenProcessor
extends Object

Author:
K.Venugopal@sun.com

Constructor Summary
TokenProcessor(EncryptionPolicy ep, JAXBFilterProcessingContext context)
          Creates a new instance of TokenProcessor
 
Method Summary
 Key getDataEncKey()
           
 EncryptedKey getEncryptedKey()
           
 Key getKeyEncKey()
           
 KeyInfo getKeyInfo()
           
 BuilderResult 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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.