com.sun.xml.ws.security.opt.impl.dsig
Class TokenProcessor
java.lang.Object
com.sun.xml.ws.security.opt.impl.dsig.TokenProcessor
public class TokenProcessor
- extends Object
TokenProcessor for Signature. Looks at the keyBinding and
polulates BuilderResult with appropriate key and KeyInfo
- Author:
- Ashutosh.Shahi@sun.com
|
Method Summary |
BuilderResult |
process()
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 |
TokenProcessor
public TokenProcessor(SignaturePolicy sp,
JAXBFilterProcessingContext context)
- Creates a new instance of TokenProcessor
- Parameters:
sp - SignaturePolicycontext - the ProcessingContext
process
public BuilderResult process()
throws XWSSecurityException
- process the keyBinding and populate BuilderResult with appropriate key and KeyInfo
- Returns:
BuilderResult populated with appropriate values
- Throws:
XWSSecurityException
Copyright © 2005-2015 Oracle Corporation. All Rights Reserved.