com.sun.xml.ws.security.opt.impl.incoming.processor
Class KeyInfoProcessor
java.lang.Object
com.sun.xml.ws.security.opt.impl.incoming.processor.KeyInfoProcessor
public class KeyInfoProcessor
- extends java.lang.Object
- Author:
- K.Venugopal@sun.com
|
Method Summary |
java.security.Key |
getKey(javax.xml.stream.XMLStreamReader reader)
|
boolean |
hasSTR()
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
KeyInfoProcessor
public KeyInfoProcessor(JAXBFilterProcessingContext pc)
- Creates a new instance of KeyInfoProcessor
KeyInfoProcessor
public KeyInfoProcessor(JAXBFilterProcessingContext pc,
javax.xml.stream.XMLStreamWriter canonWriter,
javax.xml.crypto.KeySelector.Purpose purpose)
KeyInfoProcessor
public KeyInfoProcessor(JAXBFilterProcessingContext pc,
javax.xml.crypto.KeySelector.Purpose purpose)
KeyInfoProcessor
public KeyInfoProcessor(JAXBFilterProcessingContext pc,
javax.xml.crypto.KeySelector.Purpose purpose,
boolean isSAMLSCKey)
getKey
public java.security.Key getKey(javax.xml.stream.XMLStreamReader reader)
throws javax.xml.stream.XMLStreamException,
XWSSecurityException
- Throws:
javax.xml.stream.XMLStreamException
XWSSecurityException
hasSTR
public boolean hasSTR()
Copyright © 2005-2013 Oracle Corporation. All Rights Reserved.