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

public class TokenProcessor extends Object
Author:
K.Venugopal@sun.com
  • Constructor Details

  • Method Details

    • 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